#AA12BF

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

Shades of Dark Violet #AA12BF

Tints of Dark Violet #AA12BF

Color information

#AA12BF (or 0xAA12BF) is unknown color: approx Dark Violet. HEX triplet: AA, 12 and BF. RGB value is (170,18,191). Sum of RGB (Red+Green+Blue) = 170+18+191=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12BF is #55ED40. Grayscale: #525252. Windows color (decimal): -5631297 or 12522154. OLE color: 12522154.

HSL color Cylindrical-coordinate representation of color #AA12BF: hue angle of 292.72º 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 #AA12BF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17018191-
CMYK0.110.9100.25
HSL292.72º82.78%40.98%-
HSV(B)292.72º90.58%74.9%-
XYZ26.212.7450.37-
YUV83.17188.86189.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 191 (75% from 255) = 50.40%
R=44.85%
G=4.75%
B=50.40%

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
Decimal170181910.110.9100.25292.7282.7840.98
HexAA12BFB5B0191255329
Octal252222771313303144512351
Binary101010101001010111111101110110110110011001001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA12BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA12BF; }

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

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

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

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

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

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

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

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