#AB0999

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

Shades of Dark Magenta #AB0999

Tints of Dark Magenta #AB0999

Color information

#AB0999 (or 0xAB0999) is unknown color: approx Dark Magenta. HEX triplet: AB, 09 and 99. RGB value is (171,9,153). Sum of RGB (Red+Green+Blue) = 171+9+153=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0999 is #54F666. Grayscale: #494949. Windows color (decimal): -5568103 or 10029483. OLE color: 10029483.

HSL color Cylindrical-coordinate representation of color #AB0999: hue angle of 306.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0999 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB1719153-
CMYK00.950.110.33
HSL306.67º90%35.29%-
HSV(B)306.67º94.74%67.06%-
XYZ22.6411.1531.1-
YUV73.85172.67197.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 9 (3.91% from 255) = 2.70%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=51.35%
G=2.70%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171915300.950.110.33306.679035.29
HexAB99905FB211335a23
Octal253112310137134146313243
Binary101010111001100110010101111110111000011001100111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0999; }

 p { color: rgb(171,9,153); }

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

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

 a { background-color: rgb(171,9,153); }

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

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

 span { border-color: rgb(171,9,153); }

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