#AB0593

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

Shades of Dark Magenta #AB0593

Tints of Dark Magenta #AB0593

Color information

#AB0593 (or 0xAB0593) is unknown color: approx Dark Magenta. HEX triplet: AB, 05 and 93. RGB value is (171,5,147). Sum of RGB (Red+Green+Blue) = 171+5+147=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0593 is #54FA6C. Grayscale: #464646. Windows color (decimal): -5569133 or 9635243. OLE color: 9635243.

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

Color convert

RGB1715147-
CMYK00.970.140.33
HSL308.67º94.32%34.51%-
HSV(B)308.67º97.08%67.06%-
XYZ22.1210.8728.54-
YUV70.82171199.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 5 (2.34% from 255) = 1.55%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=52.94%
G=1.55%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171514700.970.140.33308.6794.3234.51
HexAB593061E211355e23
Octal25352230141164146513643
Binary10101011101100100110110000111101000011001101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0593; }

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

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

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

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

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

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

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

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