Html Css Color HEX #AB19AA Dark Magenta

📋 copy color: '#AB19AA'

red 171 ◦ green 25 ◦ blue 170

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

Shades of Dark Magenta #AB19AA

Tints of Dark Magenta #AB19AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 46.72%
G = 6.83%
B = 46.45%

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

#AB19AA (or 0xAB19AA) is known color: Dark Magenta. HEX triplet: AB, 19 and AA. RGB value is (171,25,170). Sum of RGB (Red+Green+Blue) = 171+25+170=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB19AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB19AA is #54E655. Grayscale: #545454. Windows color (decimal): -5563990 or 11147691. OLE color: 11147691.

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

Color convert

RGB 171 25 170 -
CMYK 0 0.85 0.01 0.33
HSL 300.41º 0.74% 0.38% -
HSV(B) 300.41º 0.85% 0.67% -
XYZ 24.4 12.26 39.11 -
YUV 85.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 171 25 170 0 0.85 0.01 0.33 300.41 0.74 0.38
Hex AB 19 AA 0 55 1 21 12C 4A 26
Octal 253 31 252 0 125 1 41 454 112 46
Binary 10101011 11001 10101010 0 1010101 1 100001 100101100 1001010 100110

Color Harmonies of #AB19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19AA

Black with #AB19AA

Text Example


Text Example

White with #AB19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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