Html Css Color HEX #AB19AB Dark Magenta

📋 copy color: '#AB19AB'

red 171 ◦ green 25 ◦ blue 171

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

Shades of Dark Magenta #AB19AB

Tints of Dark Magenta #AB19AB

RGB

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

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

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

R = 46.59%
G = 6.81%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB19AB (or 0xAB19AB) is known color: Dark Magenta. HEX triplet: AB, 19 and AB. RGB value is (171,25,171). Sum of RGB (Red+Green+Blue) = 171+25+171=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB19AB is #54E654. Grayscale: #545454. Windows color (decimal): -5563989 or 11213227. OLE color: 11213227.

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

Color convert

RGB 171 25 171 -
CMYK 0 0.85 0 0.33
HSL 300º 0.74% 0.38% -
HSV(B) 300º 0.85% 0.67% -
XYZ 24.49 12.29 39.61 -
YUV 85.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 171 25 171 0 0.85 0 0.33 300 0.74 0.38
Hex AB 19 AB 0 55 0 21 12C 4A 26
Octal 253 31 253 0 125 0 41 454 112 46
Binary 10101011 11001 10101011 0 1010101 0 100001 100101100 1001010 100110

Color Harmonies of #AB19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19AB

Black with #AB19AB

Text Example


Text Example

White with #AB19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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