#AC12CB

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

Shades of Dark Violet #AC12CB

Tints of Dark Violet #AC12CB

Color information

#AC12CB (or 0xAC12CB) is unknown color: approx Dark Violet. HEX triplet: AC, 12 and CB. RGB value is (172,18,203). Sum of RGB (Red+Green+Blue) = 172+18+203=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC12CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12CB is #53ED34. Grayscale: #545454. Windows color (decimal): -5500213 or 13308588. OLE color: 13308588.

HSL color Cylindrical-coordinate representation of color #AC12CB: hue angle of 289.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC12CB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17218203-
CMYK0.150.9100.20
HSL289.95º83.71%43.33%-
HSV(B)289.95º91.13%79.61%-
XYZ28.0113.5257.63-
YUV85.14194.52189.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 18 (7.42% from 255) = 4.58%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=43.77%
G=4.58%
B=51.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172182030.150.9100.20289.9583.7143.33
HexAC12CBF5B014122542b
Octal254223131713302444212453
Binary101011001001011001011111110110110101001001000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC12CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC12CB; }

 p { color: rgb(172,18,203); }

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

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

 a { background-color: rgb(172,18,203); }

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

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

 span { border-color: rgb(172,18,203); }

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