#AA0CCF

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

Shades of Dark Violet #AA0CCF

Tints of Dark Violet #AA0CCF

Color information

#AA0CCF (or 0xAA0CCF) is unknown color: approx Dark Violet. HEX triplet: AA, 0C and CF. RGB value is (170,12,207). Sum of RGB (Red+Green+Blue) = 170+12+207=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA0CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CCF is #55F330. Grayscale: #505050. Windows color (decimal): -5632817 or 13569194. OLE color: 13569194.

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

Color convert

RGB17012207-
CMYK0.180.9400.19
HSL288.62º89.04%42.94%-
HSV(B)288.62º94.2%81.18%-
XYZ27.9713.3160.13-
YUV81.47198.85191.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 207 (81.25% from 255) = 53.21%
R=43.70%
G=3.08%
B=53.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170122070.180.9400.19288.6289.0442.94
HexAACCF125E013121592b
Octal252143172213602344113153
Binary101010101100110011111001010111100100111001000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0CCF; }

 p { color: rgb(170,12,207); }

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

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

 a { background-color: rgb(170,12,207); }

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

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

 span { border-color: rgb(170,12,207); }

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