#AB18A4

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

Shades of Dark Magenta #AB18A4

Tints of Dark Magenta #AB18A4

Color information

#AB18A4 (or 0xAB18A4) is unknown color: approx Dark Magenta. HEX triplet: AB, 18 and A4. RGB value is (171,24,164). Sum of RGB (Red+Green+Blue) = 171+24+164=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB18A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18A4 is #54E75B. Grayscale: #535353. Windows color (decimal): -5564252 or 10754219. OLE color: 10754219.

HSL color Cylindrical-coordinate representation of color #AB18A4: hue angle of 302.86º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB18A4 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17124164-
CMYK00.860.040.33
HSL302.86º75.38%38.24%-
HSV(B)302.86º85.96%67.06%-
XYZ23.8211.9936.18-
YUV83.91173.2190.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 24 (9.77% from 255) = 6.69%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=47.63%
G=6.69%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712416400.860.040.33302.8675.3838.24
HexAB18A405642112f4b26
Octal25330244012644145711346
Binary101010111100010100100010101101001000011001011111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB18A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB18A4; }

 p { color: rgb(171,24,164); }

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

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

 a { background-color: rgb(171,24,164); }

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

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

 span { border-color: rgb(171,24,164); }

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