#AB0992

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

Shades of Dark Magenta #AB0992

Tints of Dark Magenta #AB0992

Color information

#AB0992 (or 0xAB0992) is unknown color: approx Dark Magenta. HEX triplet: AB, 09 and 92. RGB value is (171,9,146). Sum of RGB (Red+Green+Blue) = 171+9+146=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0992 is #54F66D. Grayscale: #484848. Windows color (decimal): -5568110 or 9570731. OLE color: 9570731.

HSL color Cylindrical-coordinate representation of color #AB0992: hue angle of 309.26º 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 #AB0992 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB1719146-
CMYK00.950.150.33
HSL309.26º90%35.29%-
HSV(B)309.26º94.74%67.06%-
XYZ22.0810.9328.14-
YUV73.06169.17197.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 9 (3.91% from 255) = 2.76%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=52.45%
G=2.76%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171914600.950.150.33309.269035.29
HexAB99205FF211355a23
Octal253112220137174146513243
Binary101010111001100100100101111111111000011001101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0992; }

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

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

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

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

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

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

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

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