#AB0592

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

Shades of Dark Magenta #AB0592

Tints of Dark Magenta #AB0592

Color information

#AB0592 (or 0xAB0592) is unknown color: approx Dark Magenta. HEX triplet: AB, 05 and 92. RGB value is (171,5,146). Sum of RGB (Red+Green+Blue) = 171+5+146=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0592 is #54FA6D. Grayscale: #464646. Windows color (decimal): -5569134 or 9569707. OLE color: 9569707.

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

Color convert

RGB1715146-
CMYK00.970.150.33
HSL309.04º94.32%34.51%-
HSV(B)309.04º97.08%67.06%-
XYZ22.0410.8428.13-
YUV70.71170.5199.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 5 (2.34% from 255) = 1.55%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=53.11%
G=1.55%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171514600.970.150.33309.0494.3234.51
HexAB592061F211355e23
Octal25352220141174146513643
Binary10101011101100100100110000111111000011001101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0592; }

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

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

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

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

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

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

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

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