#AB0997

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

Shades of Dark Magenta #AB0997

Tints of Dark Magenta #AB0997

Color information

#AB0997 (or 0xAB0997) is unknown color: approx Dark Magenta. HEX triplet: AB, 09 and 97. RGB value is (171,9,151). Sum of RGB (Red+Green+Blue) = 171+9+151=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0997 is #54F668. Grayscale: #494949. Windows color (decimal): -5568105 or 9898411. OLE color: 9898411.

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

Color convert

RGB1719151-
CMYK00.950.120.33
HSL307.41º90%35.29%-
HSV(B)307.41º94.74%67.06%-
XYZ22.4811.0930.23-
YUV73.63171.67197.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 9 (3.91% from 255) = 2.72%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=51.66%
G=2.72%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171915100.950.120.33307.419035.29
HexAB99705FC211335a23
Octal253112270137144146313243
Binary101010111001100101110101111111001000011001100111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0997; }

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

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

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

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

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

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

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

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