#AB0BB1

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

Shades of Deep Magenta #AB0BB1

Tints of Deep Magenta #AB0BB1

Color information

#AB0BB1 (or 0xAB0BB1) is unknown color: approx Deep Magenta. HEX triplet: AB, 0B and B1. RGB value is (171,11,177). Sum of RGB (Red+Green+Blue) = 171+11+177=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB0BB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BB1 is #54F44E. Grayscale: #4D4D4D. Windows color (decimal): -5567567 or 11602859. OLE color: 11602859.

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

Color convert

RGB17111177-
CMYK0.030.9400.31
HSL297.83º88.3%36.86%-
HSV(B)297.83º93.79%69.41%-
XYZ24.8512.0742.62-
YUV77.76184.01194.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 177 (69.53% from 255) = 49.30%
R=47.63%
G=3.06%
B=49.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171111770.030.9400.31297.8388.336.86
HexABBB135E01F12a5825
Octal25313261313603745213045
Binary101010111011101100011110111100111111001010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0BB1; }

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

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

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

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

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

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

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

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