#AB11B1

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

Shades of Deep Magenta #AB11B1

Tints of Deep Magenta #AB11B1

Color information

#AB11B1 (or 0xAB11B1) is unknown color: approx Deep Magenta. HEX triplet: AB, 11 and B1. RGB value is (171,17,177). Sum of RGB (Red+Green+Blue) = 171+17+177=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB11B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB11B1 is #54EE4E. Grayscale: #505050. Windows color (decimal): -5566031 or 11604395. OLE color: 11604395.

HSL color Cylindrical-coordinate representation of color #AB11B1: hue angle of 297.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB11B1 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17117177-
CMYK0.030.9000.31
HSL297.75º82.47%38.04%-
HSV(B)297.75º90.4%69.41%-
XYZ24.9312.2342.64-
YUV81.29182.02191.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 17 (7.03% from 255) = 4.66%
BLUE value IS 177 (69.53% from 255) = 48.49%
R=46.85%
G=4.66%
B=48.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171171770.030.9000.31297.7582.4738.04
HexAB11B135A01F12a5226
Octal25321261313203745212246
Binary1010101110001101100011110110100111111001010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB11B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB11B1; }

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

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

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

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

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

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

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

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