Html Css Color HEX #AC19A6 Dark Magenta

📋 copy color: '#AC19A6'

red 172 ◦ green 25 ◦ blue 166

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

Shades of Dark Magenta #AC19A6

Tints of Dark Magenta #AC19A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 47.38%
G = 6.89%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC19A6 (or 0xAC19A6) is known color: Dark Magenta. HEX triplet: AC, 19 and A6. RGB value is (172,25,166). Sum of RGB (Red+Green+Blue) = 172+25+166=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC19A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC19A6 is #53E659. Grayscale: #545454. Windows color (decimal): -5498458 or 10885548. OLE color: 10885548.

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

Color convert

RGB 172 25 166 -
CMYK 0 0.85 0.03 0.33
HSL 302.45º 0.75% 0.39% -
HSV(B) 302.45º 0.85% 0.67% -
XYZ 24.24 12.22 37.16 -
YUV 85.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 172 25 166 0 0.85 0.03 0.33 302.45 0.75 0.39
Hex AC 19 A6 0 55 3 21 12E 4B 27
Octal 254 31 246 0 125 3 41 456 113 47
Binary 10101100 11001 10100110 0 1010101 11 100001 100101110 1001011 100111

Color Harmonies of #AC19A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19A6

Black with #AC19A6

Text Example


Text Example

White with #AC19A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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