#AB119B

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

Shades of Dark Magenta #AB119B

Tints of Dark Magenta #AB119B

Color information

#AB119B (or 0xAB119B) is unknown color: approx Dark Magenta. HEX triplet: AB, 11 and 9B. RGB value is (171,17,155). Sum of RGB (Red+Green+Blue) = 171+17+155=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB119B is #54EE64. Grayscale: #4E4E4E. Windows color (decimal): -5566053 or 10162603. OLE color: 10162603.

HSL color Cylindrical-coordinate representation of color #AB119B: hue angle of 306.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB119B is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17117155-
CMYK00.900.090.33
HSL306.23º81.91%36.86%-
HSV(B)306.23º90.06%67.06%-
XYZ22.9111.4332.01-
YUV78.78171.02193.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=49.85%
G=4.96%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711715500.900.090.33306.2381.9136.86
HexAB119B05A9211325225
Octal253212330132114146212245
Binary1010101110001100110110101101010011000011001100101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB119B; }

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

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

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

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

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

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

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

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