Html Css Color HEX #AC0EA6 Dark Magenta

📋 copy color: '#AC0EA6'

red 172 ◦ green 14 ◦ blue 166

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

Shades of Dark Magenta #AC0EA6

Tints of Dark Magenta #AC0EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.16%

R = 48.86%
G = 3.98%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC0EA6 (or 0xAC0EA6) is known color: Dark Magenta. HEX triplet: AC, 0E and A6. RGB value is (172,14,166). Sum of RGB (Red+Green+Blue) = 172+14+166=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0EA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0EA6 is #53F159. Grayscale: #4E4E4E. Windows color (decimal): -5501274 or 10882732. OLE color: 10882732.

HSL color Cylindrical-coordinate representation of color #AC0EA6: hue angle of 302.28º 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 #AC0EA6 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 14 166 -
CMYK 0 0.92 0.03 0.33
HSL 302.28º 0.85% 0.36% -
HSV(B) 302.28º 0.92% 0.67% -
XYZ 24.05 11.84 37.09 -
YUV 78.57 177.35 194.64 -
System Red Green Blue C M Y K H S L
Decimal 172 14 166 0 0.92 0.03 0.33 302.28 0.85 0.36
Hex AC E A6 0 5C 3 21 12E 55 24
Octal 254 16 246 0 134 3 41 456 125 44
Binary 10101100 1110 10100110 0 1011100 11 100001 100101110 1010101 100100

Color Harmonies of #AC0EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EA6

Black with #AC0EA6

Text Example


Text Example

White with #AC0EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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