Html Css Color HEX #AB13A8 Dark Magenta

📋 copy color: '#AB13A8'

red 171 ◦ green 19 ◦ blue 168

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

Shades of Dark Magenta #AB13A8

Tints of Dark Magenta #AB13A8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 47.77%
G = 5.31%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB13A8 (or 0xAB13A8) is known color: Dark Magenta. HEX triplet: AB, 13 and A8. RGB value is (171,19,168). Sum of RGB (Red+Green+Blue) = 171+19+168=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB13A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB13A8 is #54EC57. Grayscale: #505050. Windows color (decimal): -5565528 or 11015083. OLE color: 11015083.

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

Color convert

RGB 171 19 168 -
CMYK 0 0.89 0.02 0.33
HSL 301.18º 0.8% 0.37% -
HSV(B) 301.18º 0.89% 0.67% -
XYZ 24.1 11.95 38.08 -
YUV 81.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 171 19 168 0 0.89 0.02 0.33 301.18 0.8 0.37
Hex AB 13 A8 0 59 2 21 12D 50 25
Octal 253 23 250 0 131 2 41 455 120 45
Binary 10101011 10011 10101000 0 1011001 10 100001 100101101 1010000 100101

Color Harmonies of #AB13A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13A8

Black with #AB13A8

Text Example


Text Example

White with #AB13A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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