#AB0293

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

Shades of Dark Magenta #AB0293

Tints of Dark Magenta #AB0293

Color information

#AB0293 (or 0xAB0293) is unknown color: approx Dark Magenta. HEX triplet: AB, 02 and 93. RGB value is (171,2,147). Sum of RGB (Red+Green+Blue) = 171+2+147=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0293 is #54FD6C. Grayscale: #444444. Windows color (decimal): -5569901 or 9634475. OLE color: 9634475.

HSL color Cylindrical-coordinate representation of color #AB0293: hue angle of 308.52º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0293 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB1712147-
CMYK00.990.140.33
HSL308.52º97.69%33.92%-
HSV(B)308.52º98.83%67.06%-
XYZ22.0810.8128.53-
YUV69.06171.99200.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=53.44%
G=0.62%
B=45.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171214700.990.140.33308.5297.6933.92
HexAB293063E211356222
Octal25322230143164146514242
Binary1010101110100100110110001111101000011001101011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0293; }

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

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

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

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

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

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

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

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