#AB0B95

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

Shades of Dark Magenta #AB0B95

Tints of Dark Magenta #AB0B95

Color information

#AB0B95 (or 0xAB0B95) is unknown color: approx Dark Magenta. HEX triplet: AB, 0B and 95. RGB value is (171,11,149). Sum of RGB (Red+Green+Blue) = 171+11+149=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0B95 is #54F46A. Grayscale: #4A4A4A. Windows color (decimal): -5567595 or 9767851. OLE color: 9767851.

HSL color Cylindrical-coordinate representation of color #AB0B95: hue angle of 308.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B95 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17111149-
CMYK00.940.130.33
HSL308.25º87.91%35.69%-
HSV(B)308.25º93.57%67.06%-
XYZ22.3411.0729.39-
YUV74.57170.01196.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 11 (4.69% from 255) = 3.32%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=51.66%
G=3.32%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711114900.940.130.33308.2587.9135.69
HexABB9505ED211345824
Octal253132250136154146413044
Binary101010111011100101010101111011011000011001101001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0B95; }

 p { color: rgb(171,11,149); }

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

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

 a { background-color: rgb(171,11,149); }

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

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

 span { border-color: rgb(171,11,149); }

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