#AB16B1

Color #AB16B1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AB16B1

Tints of Deep Magenta #AB16B1

Color information

#AB16B1 (or 0xAB16B1) is unknown color: approx Deep Magenta. HEX triplet: AB, 16 and B1. RGB value is (171,22,177). Sum of RGB (Red+Green+Blue) = 171+22+177=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB16B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB16B1 is #54E94E. Grayscale: #535353. Windows color (decimal): -5564751 or 11605675. OLE color: 11605675.

HSL color Cylindrical-coordinate representation of color #AB16B1: hue angle of 297.68º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB16B1 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17122177-
CMYK0.030.8800.31
HSL297.68º77.89%39.02%-
HSV(B)297.68º87.57%69.41%-
XYZ25.0212.4142.67-
YUV84.22180.36189.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 22 (8.98% from 255) = 5.95%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=46.22%
G=5.95%
B=47.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171221770.030.8800.31297.6877.8939.02
HexAB16B135801F12a4e27
Octal25326261313003745211647
Binary1010101110110101100011110110000111111001010101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB16B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB16B1; }

 p { color: rgb(171,22,177); }

 H1.HeaderClassName
 {
   color: #AB16B1;
 }
 .AnyTagClassName
 {
   color: #AB16B1;
 }
</style>
background-color css

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

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

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

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

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

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