Html Css Color HEX #AC19AB Deep Magenta

📋 copy color: '#AC19AB'

red 172 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #AC19AB

Tints of Deep Magenta #AC19AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 46.74%
G = 6.79%
B = 46.47%

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

#AC19AB (or 0xAC19AB) is known color: Deep Magenta. HEX triplet: AC, 19 and AB. RGB value is (172,25,171). Sum of RGB (Red+Green+Blue) = 172+25+171=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC19AB is #53E654. Grayscale: #555555. Windows color (decimal): -5498453 or 11213228. OLE color: 11213228.

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

Color convert

RGB 172 25 171 -
CMYK 0 0.85 0.01 0.33
HSL 300.41º 0.75% 0.39% -
HSV(B) 300.41º 0.85% 0.67% -
XYZ 24.71 12.41 39.62 -
YUV 85.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 172 25 171 0 0.85 0.01 0.33 300.41 0.75 0.39
Hex AC 19 AB 0 55 1 21 12C 4B 27
Octal 254 31 253 0 125 1 41 454 113 47
Binary 10101100 11001 10101011 0 1010101 1 100001 100101100 1001011 100111

Color Harmonies of #AC19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19AB

Black with #AC19AB

Text Example


Text Example

White with #AC19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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