#AB028F

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

Shades of Dark Magenta #AB028F

Tints of Dark Magenta #AB028F

Color information

#AB028F (or 0xAB028F) is unknown color: approx Dark Magenta. HEX triplet: AB, 02 and 8F. RGB value is (171,2,143). Sum of RGB (Red+Green+Blue) = 171+2+143=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB028F is #54FD70. Grayscale: #444444. Windows color (decimal): -5569905 or 9372331. OLE color: 9372331.

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

Color convert

RGB1712143-
CMYK00.990.160.33
HSL309.94º97.69%33.92%-
HSV(B)309.94º98.83%67.06%-
XYZ21.7710.6826.9-
YUV68.6169.99201.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=54.11%
G=0.63%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171214300.990.160.33309.9497.6933.92
HexAB28F06310211366222
Octal25322170143204146614242
Binary10101011101000111101100011100001000011001101101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB028F; }

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

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

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

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

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

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

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

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