Html Css Color HEX #AB19A1 Dark Magenta

📋 copy color: '#AB19A1'

red 171 ◦ green 25 ◦ blue 161

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

Shades of Dark Magenta #AB19A1

Tints of Dark Magenta #AB19A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.1%

R = 47.9%
G = 7%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB19A1 (or 0xAB19A1) is known color: Dark Magenta. HEX triplet: AB, 19 and A1. RGB value is (171,25,161). Sum of RGB (Red+Green+Blue) = 171+25+161=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB19A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB19A1 is #54E65E. Grayscale: #535353. Windows color (decimal): -5563999 or 10557867. OLE color: 10557867.

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

Color convert

RGB 171 25 161 -
CMYK 0 0.85 0.06 0.33
HSL 304.11º 0.74% 0.38% -
HSV(B) 304.11º 0.85% 0.67% -
XYZ 23.58 11.93 34.78 -
YUV 84.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 171 25 161 0 0.85 0.06 0.33 304.11 0.74 0.38
Hex AB 19 A1 0 55 6 21 130 4A 26
Octal 253 31 241 0 125 6 41 460 112 46
Binary 10101011 11001 10100001 0 1010101 110 100001 100110000 1001010 100110

Color Harmonies of #AB19A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19A1

Black with #AB19A1

Text Example


Text Example

White with #AB19A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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