#AA0FCE

Color #AA0FCE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AA0FCE

Tints of Dark Violet #AA0FCE

Color information

#AA0FCE (or 0xAA0FCE) is unknown color: approx Dark Violet. HEX triplet: AA, 0F and CE. RGB value is (170,15,206). Sum of RGB (Red+Green+Blue) = 170+15+206=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA0FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FCE is #55F031. Grayscale: #525252. Windows color (decimal): -5632050 or 13504426. OLE color: 13504426.

HSL color Cylindrical-coordinate representation of color #AA0FCE: hue angle of 288.69º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0FCE is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17015206-
CMYK0.170.9300.19
HSL288.69º86.43%43.33%-
HSV(B)288.69º92.72%80.78%-
XYZ27.8913.3459.5-
YUV83.12197.35189.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 15 (6.25% from 255) = 3.84%
BLUE value IS 206 (80.86% from 255) = 52.69%
R=43.48%
G=3.84%
B=52.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170152060.170.9300.19288.6986.4343.33
HexAAFCE115D013121562b
Octal252173162113502344112653
Binary101010101111110011101000110111010100111001000011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0FCE; }

 p { color: rgb(170,15,206); }

 H1.HeaderClassName
 {
   color: #AA0FCE;
 }
 .AnyTagClassName
 {
   color: #AA0FCE;
 }
</style>
background-color css

<style>
 a { background-color: #AA0FCE; }

 a { background-color: rgb(170,15,206); }

 div.DivClassName
 {
   background-color: #AA0FCE;
 }
 .BgClassName
 {
   background-color: #AA0FCE;
 }
</style>
border-color css

<style>
 span { border-color: #AA0FCE; }

 span { border-color: rgb(170,15,206); }

 td.TdClassName
 {
   border-color: #AA0FCE;
 }
 .TagClassName
 {
   border-color: #AA0FCE;
 }
</style>