Html Css Color HEX #AC0AA4 Dark Magenta

📋 copy color: '#AC0AA4'

red 172 ◦ green 10 ◦ blue 164

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

Shades of Dark Magenta #AC0AA4

Tints of Dark Magenta #AC0AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.4%

R = 49.71%
G = 2.89%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC0AA4 (or 0xAC0AA4) is known color: Dark Magenta. HEX triplet: AC, 0A and A4. RGB value is (172,10,164). Sum of RGB (Red+Green+Blue) = 172+10+164=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0AA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AA4 is #53F55B. Grayscale: #4B4B4B. Windows color (decimal): -5502300 or 10750636. OLE color: 10750636.

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

Color convert

RGB 172 10 164 -
CMYK 0 0.94 0.05 0.33
HSL 302.96º 0.89% 0.36% -
HSV(B) 302.96º 0.94% 0.67% -
XYZ 23.82 11.67 36.12 -
YUV 75.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 172 10 164 0 0.94 0.05 0.33 302.96 0.89 0.36
Hex AC A A4 0 5E 5 21 12F 59 24
Octal 254 12 244 0 136 5 41 457 131 44
Binary 10101100 1010 10100100 0 1011110 101 100001 100101111 1011001 100100

Color Harmonies of #AC0AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AA4

Black with #AC0AA4

Text Example


Text Example

White with #AC0AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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