#AB0691

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

Shades of Dark Magenta #AB0691

Tints of Dark Magenta #AB0691

Color information

#AB0691 (or 0xAB0691) is unknown color: approx Dark Magenta. HEX triplet: AB, 06 and 91. RGB value is (171,6,145). Sum of RGB (Red+Green+Blue) = 171+6+145=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0691 is #54F96E. Grayscale: #464646. Windows color (decimal): -5568879 or 9504427. OLE color: 9504427.

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

Color convert

RGB1716145-
CMYK00.960.150.33
HSL309.45º93.22%34.71%-
HSV(B)309.45º96.49%67.06%-
XYZ21.9710.8327.72-
YUV71.18169.66199.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 6 (2.73% from 255) = 1.86%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=53.11%
G=1.86%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171614500.960.150.33309.4593.2234.71
HexAB691060F211355d23
Octal25362210140174146513543
Binary10101011110100100010110000011111000011001101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0691; }

 p { color: rgb(171,6,145); }

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

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

 a { background-color: rgb(171,6,145); }

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

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

 span { border-color: rgb(171,6,145); }

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