#AA12BC

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

Shades of Dark Violet #AA12BC

Tints of Dark Violet #AA12BC

Color information

#AA12BC (or 0xAA12BC) is unknown color: approx Dark Violet. HEX triplet: AA, 12 and BC. RGB value is (170,18,188). Sum of RGB (Red+Green+Blue) = 170+18+188=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA12BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12BC is #55ED43. Grayscale: #525252. Windows color (decimal): -5631300 or 12325546. OLE color: 12325546.

HSL color Cylindrical-coordinate representation of color #AA12BC: hue angle of 293.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA12BC is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17018188-
CMYK0.100.9000.26
HSL293.65º82.52%40.39%-
HSV(B)293.65º90.43%73.73%-
XYZ25.8712.6148.65-
YUV82.83187.36190.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 188 (73.83% from 255) = 50%
R=45.21%
G=4.79%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170181880.100.9000.26293.6582.5240.39
HexAA12BCA5A01A1265328
Octal252222741213203244612350
Binary101010101001010111100101010110100110101001001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA12BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA12BC; }

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

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

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

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

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

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

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

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