#AA12C0

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

Shades of Dark Violet #AA12C0

Tints of Dark Violet #AA12C0

Color information

#AA12C0 (or 0xAA12C0) is unknown color: approx Dark Violet. HEX triplet: AA, 12 and C0. RGB value is (170,18,192). Sum of RGB (Red+Green+Blue) = 170+18+192=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA12C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12C0 is #55ED3F. Grayscale: #525252. Windows color (decimal): -5631296 or 12587690. OLE color: 12587690.

HSL color Cylindrical-coordinate representation of color #AA12C0: hue angle of 292.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12C0 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17018192-
CMYK0.110.9100.25
HSL292.41º82.86%41.18%-
HSV(B)292.41º90.62%75.29%-
XYZ26.3112.7850.95-
YUV83.28189.36189.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=44.74%
G=4.74%
B=50.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170181920.110.9100.25292.4182.8641.18
HexAA12C0B5B0191245329
Octal252223001313303144412351
Binary101010101001011000000101110110110110011001001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA12C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA12C0; }

 p { color: rgb(170,18,192); }

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

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

 a { background-color: rgb(170,18,192); }

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

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

 span { border-color: rgb(170,18,192); }

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