Html Css Color HEX #AC19AA Dark Magenta

📋 copy color: '#AC19AA'

red 172 ◦ green 25 ◦ blue 170

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

Shades of Dark Magenta #AC19AA

Tints of Dark Magenta #AC19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

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

R = 46.87%
G = 6.81%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC19AA (or 0xAC19AA) is known color: Dark Magenta. HEX triplet: AC, 19 and AA. RGB value is (172,25,170). Sum of RGB (Red+Green+Blue) = 172+25+170=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC19AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC19AA is #53E655. Grayscale: #555555. Windows color (decimal): -5498454 or 11147692. OLE color: 11147692.

HSL color Cylindrical-coordinate representation of color #AC19AA: hue angle of 300.82º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC19AA is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 170 -
CMYK 0 0.85 0.01 0.33
HSL 300.82º 0.75% 0.39% -
HSV(B) 300.82º 0.85% 0.67% -
XYZ 24.62 12.37 39.12 -
YUV 85.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 172 25 170 0 0.85 0.01 0.33 300.82 0.75 0.39
Hex AC 19 AA 0 55 1 21 12D 4B 27
Octal 254 31 252 0 125 1 41 455 113 47
Binary 10101100 11001 10101010 0 1010101 1 100001 100101101 1001011 100111

Color Harmonies of #AC19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19AA

Black with #AC19AA

Text Example


Text Example

White with #AC19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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