#AB008D

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

Shades of Dark Magenta #AB008D

Tints of Dark Magenta #AB008D

Color information

#AB008D (or 0xAB008D) is unknown color: approx Dark Magenta. HEX triplet: AB, 00 and 8D. RGB value is (171,0,141). Sum of RGB (Red+Green+Blue) = 171+0+141=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB008D is #54FF72. Grayscale: #424242. Windows color (decimal): -5570419 or 9240747. OLE color: 9240747.

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

Color convert

RGB1710141-
CMYK010.180.33
HSL310.53º100%33.53%-
HSV(B)310.53º100%67.06%-
XYZ21.610.5826.1-
YUV67.2169.65202.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 45.19%
R=54.81%
G=0%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1710141010.180.33310.5310033.53
HexAB08D06412211376422
Octal25302150144224146714442
Binary1010101101000110101100100100101000011001101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB008D; }

 p { color: rgb(171,0,141); }

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

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

 a { background-color: rgb(171,0,141); }

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

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

 span { border-color: rgb(171,0,141); }

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