Html Css Color HEX #AC0AAA Dark Magenta

📋 copy color: '#AC0AAA'

red 172 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #AC0AAA

Tints of Dark Magenta #AC0AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 48.86%
G = 2.84%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC0AAA (or 0xAC0AAA) is known color: Dark Magenta. HEX triplet: AC, 0A and AA. RGB value is (172,10,170). Sum of RGB (Red+Green+Blue) = 172+10+170=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AAA is #53F555. Grayscale: #4C4C4C. Windows color (decimal): -5502294 or 11143852. OLE color: 11143852.

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

Color convert

RGB 172 10 170 -
CMYK 0 0.94 0.01 0.33
HSL 300.74º 0.89% 0.36% -
HSV(B) 300.74º 0.94% 0.67% -
XYZ 24.38 11.89 39.04 -
YUV 76.68 180.67 195.99 -
System Red Green Blue C M Y K H S L
Decimal 172 10 170 0 0.94 0.01 0.33 300.74 0.89 0.36
Hex AC A AA 0 5E 1 21 12D 59 24
Octal 254 12 252 0 136 1 41 455 131 44
Binary 10101100 1010 10101010 0 1011110 1 100001 100101101 1011001 100100

Color Harmonies of #AC0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AAA

Black with #AC0AAA

Text Example


Text Example

White with #AC0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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