#A118AB

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

Shades of Dark Magenta #A118AB

Tints of Dark Magenta #A118AB

Color information

#A118AB (or 0xA118AB) is unknown color: approx Dark Magenta. HEX triplet: A1, 18 and AB. RGB value is (161,24,171). Sum of RGB (Red+Green+Blue) = 161+24+171=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #A118AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A118AB is #5EE754. Grayscale: #515151. Windows color (decimal): -6219605 or 11212961. OLE color: 11212961.

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

Color convert

RGB16124171-
CMYK0.060.8600.33
HSL295.92º75.38%38.24%-
HSV(B)295.92º85.96%67.06%-
XYZ22.3811.1739.5-
YUV81.72178.39184.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 24 (9.77% from 255) = 6.74%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=45.22%
G=6.74%
B=48.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161241710.060.8600.33295.9275.3838.24
HexA118AB6560211284b26
Octal24130253612604145011346
Binary101000011100010101011110101011001000011001010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A118AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A118AB; }

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

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

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

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

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

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

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

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