#AB0793

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

Shades of Dark Magenta #AB0793

Tints of Dark Magenta #AB0793

Color information

#AB0793 (or 0xAB0793) is unknown color: approx Dark Magenta. HEX triplet: AB, 07 and 93. RGB value is (171,7,147). Sum of RGB (Red+Green+Blue) = 171+7+147=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0793 is #54F86C. Grayscale: #474747. Windows color (decimal): -5568621 or 9635755. OLE color: 9635755.

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

Color convert

RGB1717147-
CMYK00.960.140.33
HSL308.78º92.13%34.9%-
HSV(B)308.78º95.91%67.06%-
XYZ22.1410.9228.54-
YUV72170.33198.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=52.62%
G=2.15%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171714700.960.140.33308.7892.1334.9
HexAB793060E211355c23
Octal25372230140164146513443
Binary10101011111100100110110000011101000011001101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0793; }

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

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

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

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

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

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

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

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