#AB009B

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

Shades of Dark Magenta #AB009B

Tints of Dark Magenta #AB009B

Color information

#AB009B (or 0xAB009B) is unknown color: approx Dark Magenta. HEX triplet: AB, 00 and 9B. RGB value is (171,0,155). Sum of RGB (Red+Green+Blue) = 171+0+155=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB009B is #54FF64. Grayscale: #444444. Windows color (decimal): -5570405 or 10158251. OLE color: 10158251.

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

Color convert

RGB1710155-
CMYK010.090.33
HSL305.61º100%33.53%-
HSV(B)305.61º100%67.06%-
XYZ22.7111.0231.94-
YUV68.8176.65200.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=52.45%
G=0%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1710155010.090.33305.6110033.53
HexAB09B0649211326422
Octal25302330144114146214442
Binary101010110100110110110010010011000011001100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB009B; }

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

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

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

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

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

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

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

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