Html Css Color HEX #AC19A7 Dark Magenta

📋 copy color: '#AC19A7'

red 172 ◦ green 25 ◦ blue 167

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

Shades of Dark Magenta #AC19A7

Tints of Dark Magenta #AC19A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.88%

R = 47.25%
G = 6.87%
B = 45.88%

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

#AC19A7 (or 0xAC19A7) is known color: Dark Magenta. HEX triplet: AC, 19 and A7. RGB value is (172,25,167). Sum of RGB (Red+Green+Blue) = 172+25+167=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 167 (65.62% from 255 or 45.88% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC19A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC19A7 is #53E658. Grayscale: #545454. Windows color (decimal): -5498457 or 10951084. OLE color: 10951084.

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

Color convert

RGB 172 25 167 -
CMYK 0 0.85 0.03 0.33
HSL 302.04º 0.75% 0.39% -
HSV(B) 302.04º 0.85% 0.67% -
XYZ 24.34 12.26 37.64 -
YUV 85.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 172 25 167 0 0.85 0.03 0.33 302.04 0.75 0.39
Hex AC 19 A7 0 55 3 21 12E 4B 27
Octal 254 31 247 0 125 3 41 456 113 47
Binary 10101100 11001 10100111 0 1010101 11 100001 100101110 1001011 100111

Color Harmonies of #AC19A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19A7

Black with #AC19A7

Text Example


Text Example

White with #AC19A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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