#AB149D

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

Shades of Dark Magenta #AB149D

Tints of Dark Magenta #AB149D

Color information

#AB149D (or 0xAB149D) is unknown color: approx Dark Magenta. HEX triplet: AB, 14 and 9D. RGB value is (171,20,157). Sum of RGB (Red+Green+Blue) = 171+20+157=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB149D is #54EB62. Grayscale: #505050. Windows color (decimal): -5565283 or 10294443. OLE color: 10294443.

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

Color convert

RGB17120157-
CMYK00.880.080.33
HSL305.56º79.06%37.45%-
HSV(B)305.56º88.3%67.06%-
XYZ23.1311.5932.92-
YUV80.77171.03192.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 20 (8.20% from 255) = 5.75%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=49.14%
G=5.75%
B=45.11%

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
Decimal1712015700.880.080.33305.5679.0637.45
HexAB149D0588211324f25
Octal253242350130104146211745
Binary1010101110100100111010101100010001000011001100101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB149D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB149D; }

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

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

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

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

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

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

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

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