#A118A0

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

Shades of Dark Magenta #A118A0

Tints of Dark Magenta #A118A0

Color information

#A118A0 (or 0xA118A0) is unknown color: approx Dark Magenta. HEX triplet: A1, 18 and A0. RGB value is (161,24,160). Sum of RGB (Red+Green+Blue) = 161+24+160=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A118A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A118A0 is #5EE75F. Grayscale: #505050. Windows color (decimal): -6219616 or 10492065. OLE color: 10492065.

HSL color Cylindrical-coordinate representation of color #A118A0: hue angle of 300.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A118A0 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16124160-
CMYK00.850.010.37
HSL300.44º74.05%36.27%-
HSV(B)300.44º85.09%63.14%-
XYZ21.3710.7734.21-
YUV80.47172.89185.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 24 (9.77% from 255) = 6.96%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=46.67%
G=6.96%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612416000.850.010.37300.4474.0536.27
HexA118A005512512c4a24
Octal24130240012514545411244
Binary1010000111000101000000101010111001011001011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A118A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A118A0; }

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

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

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

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

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

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

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

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