#AB149E

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

Shades of Dark Magenta #AB149E

Tints of Dark Magenta #AB149E

Color information

#AB149E (or 0xAB149E) is unknown color: approx Dark Magenta. HEX triplet: AB, 14 and 9E. RGB value is (171,20,158). Sum of RGB (Red+Green+Blue) = 171+20+158=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB149E is #54EB61. Grayscale: #505050. Windows color (decimal): -5565282 or 10359979. OLE color: 10359979.

HSL color Cylindrical-coordinate representation of color #AB149E: hue angle of 305.17º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB149E is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17120158-
CMYK00.880.080.33
HSL305.17º79.06%37.45%-
HSV(B)305.17º88.3%67.06%-
XYZ23.2211.6333.37-
YUV80.88171.53192.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 20 (8.20% from 255) = 5.73%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=49.00%
G=5.73%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712015800.880.080.33305.1779.0637.45
HexAB149E0588211314f25
Octal253242360130104146111745
Binary1010101110100100111100101100010001000011001100011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB149E; }

 p { color: rgb(171,20,158); }

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

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

 a { background-color: rgb(171,20,158); }

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

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

 span { border-color: rgb(171,20,158); }

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