Html Css Color HEX #AC0E9C Dark Magenta

📋 copy color: '#AC0E9C'

red 172 ◦ green 14 ◦ blue 156

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

Shades of Dark Magenta #AC0E9C

Tints of Dark Magenta #AC0E9C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.09%

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

R = 50.29%
G = 4.09%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC0E9C (or 0xAC0E9C) is known color: Dark Magenta. HEX triplet: AC, 0E and 9C. RGB value is (172,14,156). Sum of RGB (Red+Green+Blue) = 172+14+156=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0E9C is #53F163. Grayscale: #4D4D4D. Windows color (decimal): -5501284 or 10227372. OLE color: 10227372.

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

Color convert

RGB 172 14 156 -
CMYK 0 0.92 0.09 0.33
HSL 306.08º 0.85% 0.36% -
HSV(B) 306.08º 0.92% 0.67% -
XYZ 23.17 11.49 32.45 -
YUV 77.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 172 14 156 0 0.92 0.09 0.33 306.08 0.85 0.36
Hex AC E 9C 0 5C 9 21 132 55 24
Octal 254 16 234 0 134 11 41 462 125 44
Binary 10101100 1110 10011100 0 1011100 1001 100001 100110010 1010101 100100

Color Harmonies of #AC0E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E9C

Black with #AC0E9C

Text Example


Text Example

White with #AC0E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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