Html Css Color HEX #AC0AA2 Dark Magenta

📋 copy color: '#AC0AA2'

red 172 ◦ green 10 ◦ blue 162

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

Shades of Dark Magenta #AC0AA2

Tints of Dark Magenta #AC0AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.09%

R = 50%
G = 2.91%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC0AA2 (or 0xAC0AA2) is known color: Dark Magenta. HEX triplet: AC, 0A and A2. RGB value is (172,10,162). Sum of RGB (Red+Green+Blue) = 172+10+162=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AA2 is #53F55D. Grayscale: #4B4B4B. Windows color (decimal): -5502302 or 10619564. OLE color: 10619564.

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

Color convert

RGB 172 10 162 -
CMYK 0 0.94 0.06 0.33
HSL 303.7º 0.89% 0.36% -
HSV(B) 303.7º 0.94% 0.67% -
XYZ 23.64 11.6 35.17 -
YUV 75.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 172 10 162 0 0.94 0.06 0.33 303.7 0.89 0.36
Hex AC A A2 0 5E 6 21 130 59 24
Octal 254 12 242 0 136 6 41 460 131 44
Binary 10101100 1010 10100010 0 1011110 110 100001 100110000 1011001 100100

Color Harmonies of #AC0AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AA2

Black with #AC0AA2

Text Example


Text Example

White with #AC0AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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