Html Css Color HEX #AB15A8 Dark Magenta

📋 copy color: '#AB15A8'

red 171 ◦ green 21 ◦ blue 168

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

Shades of Dark Magenta #AB15A8

Tints of Dark Magenta #AB15A8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.83%

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

R = 47.5%
G = 5.83%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB15A8 (or 0xAB15A8) is known color: Dark Magenta. HEX triplet: AB, 15 and A8. RGB value is (171,21,168). Sum of RGB (Red+Green+Blue) = 171+21+168=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB15A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB15A8 is #54EA57. Grayscale: #525252. Windows color (decimal): -5565016 or 11015595. OLE color: 11015595.

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

Color convert

RGB 171 21 168 -
CMYK 0 0.88 0.02 0.33
HSL 301.2º 0.78% 0.38% -
HSV(B) 301.2º 0.88% 0.67% -
XYZ 24.13 12.02 38.09 -
YUV 82.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 171 21 168 0 0.88 0.02 0.33 301.2 0.78 0.38
Hex AB 15 A8 0 58 2 21 12D 4E 26
Octal 253 25 250 0 130 2 41 455 116 46
Binary 10101011 10101 10101000 0 1011000 10 100001 100101101 1001110 100110

Color Harmonies of #AB15A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB15A8

Black with #AB15A8

Text Example


Text Example

White with #AB15A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB15A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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