#AB0796

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

Shades of Dark Magenta #AB0796

Tints of Dark Magenta #AB0796

Color information

#AB0796 (or 0xAB0796) is unknown color: approx Dark Magenta. HEX triplet: AB, 07 and 96. RGB value is (171,7,150). Sum of RGB (Red+Green+Blue) = 171+7+150=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0796 is #54F869. Grayscale: #474747. Windows color (decimal): -5568618 or 9832363. OLE color: 9832363.

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

Color convert

RGB1717150-
CMYK00.960.120.33
HSL307.68º92.13%34.9%-
HSV(B)307.68º95.91%67.06%-
XYZ22.3811.0129.8-
YUV72.34171.83198.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=52.13%
G=2.13%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171715000.960.120.33307.6892.1334.9
HexAB796060C211345c23
Octal25372260140144146413443
Binary10101011111100101100110000011001000011001101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0796; }

 p { color: rgb(171,7,150); }

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

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

 a { background-color: rgb(171,7,150); }

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

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

 span { border-color: rgb(171,7,150); }

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