#AA12C4

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

Shades of Dark Violet #AA12C4

Tints of Dark Violet #AA12C4

Color information

#AA12C4 (or 0xAA12C4) is unknown color: approx Dark Violet. HEX triplet: AA, 12 and C4. RGB value is (170,18,196). Sum of RGB (Red+Green+Blue) = 170+18+196=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA12C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12C4 is #55ED3B. Grayscale: #535353. Windows color (decimal): -5631292 or 12849834. OLE color: 12849834.

HSL color Cylindrical-coordinate representation of color #AA12C4: hue angle of 291.24º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12C4 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17018196-
CMYK0.130.9100.23
HSL291.24º83.18%41.96%-
HSV(B)291.24º90.82%76.86%-
XYZ26.7612.9653.32-
YUV83.74191.36189.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 18 (7.42% from 255) = 4.69%
BLUE value IS 196 (76.95% from 255) = 51.04%
R=44.27%
G=4.69%
B=51.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170181960.130.9100.23291.2483.1841.96
HexAA12C4D5B017123532a
Octal252223041513302744312352
Binary101010101001011000100110110110110101111001000111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA12C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA12C4; }

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

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

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

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

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

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

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

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