#ac0cb2

Color #AC0CB2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AC0CB2

Tints of Deep Magenta #AC0CB2

Color information

#AC0CB2 (or 0xAC0CB2) is unknown color: approx Deep Magenta. HEX triplet: AC, 0C and B2. RGB value is (172,12,178). Sum of RGB (Red+Green+Blue) = 172+12+178=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC0CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0CB2 is #53F34D. Grayscale: #4E4E4E. Windows color (decimal): -5501774 or 11668652. OLE color: 11668652.

HSL color Cylindrical-coordinate representation of color #AC0CB2: hue angle of 297.83º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0CB2 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17212178-
CMYK0.030.9300.30
HSL297.83º87.37%37.25%-
HSV(B)297.83º93.26%69.8%-
XYZ25.1812.2543.16-
YUV78.76184.01194.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 178 (69.92% from 255) = 49.17%
R=47.51%
G=3.31%
B=49.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172121780.030.9300.30297.8387.3737.25
HexACCB235D01E12a5725
Octal25414262313503645212745
Binary101011001100101100101110111010111101001010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac0cb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac0cb2; }

 p { color: rgb(172,12,178); }

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

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

 a { background-color: rgb(172,12,178); }

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

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

 span { border-color: rgb(172,12,178); }

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