Html Css Color HEX #AC0AA8 Dark Magenta

📋 copy color: '#AC0AA8'

red 172 ◦ green 10 ◦ blue 168

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

Shades of Dark Magenta #AC0AA8

Tints of Dark Magenta #AC0AA8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.86%

 BLUE value IS 168 (66.02% from 255) = 48%

R = 49.14%
G = 2.86%
B = 48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC0AA8 (or 0xAC0AA8) is known color: Dark Magenta. HEX triplet: AC, 0A and A8. RGB value is (172,10,168). Sum of RGB (Red+Green+Blue) = 172+10+168=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AA8 is #53F557. Grayscale: #4B4B4B. Windows color (decimal): -5502296 or 11012780. OLE color: 11012780.

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

Color convert

RGB 172 10 168 -
CMYK 0 0.94 0.02 0.33
HSL 301.48º 0.89% 0.36% -
HSV(B) 301.48º 0.94% 0.67% -
XYZ 24.19 11.81 38.05 -
YUV 76.45 179.67 196.15 -
System Red Green Blue C M Y K H S L
Decimal 172 10 168 0 0.94 0.02 0.33 301.48 0.89 0.36
Hex AC A A8 0 5E 2 21 12D 59 24
Octal 254 12 250 0 136 2 41 455 131 44
Binary 10101100 1010 10101000 0 1011110 10 100001 100101101 1011001 100100

Color Harmonies of #AC0AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AA8

Black with #AC0AA8

Text Example


Text Example

White with #AC0AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AA8; }

 p { color: rgb(172,10,168); }

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

background-color css

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

 a { background-color: rgb(172,10,168); }

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

border-color css

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

 span { border-color: rgb(172,10,168); }

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