Html Css Color HEX #AC0C9C Dark Magenta

📋 copy color: '#AC0C9C'

red 172 ◦ green 12 ◦ blue 156

#AC0C9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AC0C9C

Tints of Dark Magenta #AC0C9C

RGB

 RED value IS 172 (67.58% from 255) = 50.59%

 GREEN value IS 12 (5.08% from 255) = 3.53%

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 50.59%
G = 3.53%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC0C9C (or 0xAC0C9C) is known color: Dark Magenta. HEX triplet: AC, 0C and 9C. RGB value is (172,12,156). Sum of RGB (Red+Green+Blue) = 172+12+156=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C9C is #53F363. Grayscale: #4B4B4B. Windows color (decimal): -5501796 or 10226860. OLE color: 10226860.

HSL color Cylindrical-coordinate representation of color #AC0C9C: hue angle of 306º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C9C is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 156 -
CMYK 0 0.93 0.09 0.33
HSL 306º 0.87% 0.36% -
HSV(B) 306º 0.93% 0.67% -
XYZ 23.15 11.43 32.44 -
YUV 76.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 172 12 156 0 0.93 0.09 0.33 306 0.87 0.36
Hex AC C 9C 0 5D 9 21 132 57 24
Octal 254 14 234 0 135 11 41 462 127 44
Binary 10101100 1100 10011100 0 1011101 1001 100001 100110010 1010111 100100

Color Harmonies of #AC0C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C9C

Black with #AC0C9C

Text Example


Text Example

White with #AC0C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C9C; }

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

 H1.HeaderClassName
 {
   color: #AC0C9C;
 }
 .AnyTagClassName
 {
   color: #AC0C9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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