Html Css Color HEX #AB19A8 Dark Magenta

📋 copy color: '#AB19A8'

red 171 ◦ green 25 ◦ blue 168

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

Shades of Dark Magenta #AB19A8

Tints of Dark Magenta #AB19A8

RGB

 RED value IS 171 (67.19% from 255) = 46.98%

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

 BLUE value IS 168 (66.02% from 255) = 46.15%

R = 46.98%
G = 6.87%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB19A8 (or 0xAB19A8) is known color: Dark Magenta. HEX triplet: AB, 19 and A8. RGB value is (171,25,168). Sum of RGB (Red+Green+Blue) = 171+25+168=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB19A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB19A8 is #54E657. Grayscale: #545454. Windows color (decimal): -5563992 or 11016619. OLE color: 11016619.

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

Color convert

RGB 171 25 168 -
CMYK 0 0.85 0.02 0.33
HSL 301.23º 0.74% 0.38% -
HSV(B) 301.23º 0.85% 0.67% -
XYZ 24.21 12.18 38.12 -
YUV 84.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 171 25 168 0 0.85 0.02 0.33 301.23 0.74 0.38
Hex AB 19 A8 0 55 2 21 12D 4A 26
Octal 253 31 250 0 125 2 41 455 112 46
Binary 10101011 11001 10101000 0 1010101 10 100001 100101101 1001010 100110

Color Harmonies of #AB19A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19A8

Black with #AB19A8

Text Example


Text Example

White with #AB19A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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