#A518A0

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

Shades of Dark Magenta #A518A0

Tints of Dark Magenta #A518A0

Color information

#A518A0 (or 0xA518A0) is unknown color: approx Dark Magenta. HEX triplet: A5, 18 and A0. RGB value is (165,24,160). Sum of RGB (Red+Green+Blue) = 165+24+160=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A518A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518A0 is #5AE75F. Grayscale: #515151. Windows color (decimal): -5957472 or 10492069. OLE color: 10492069.

HSL color Cylindrical-coordinate representation of color #A518A0: hue angle of 302.13º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A518A0 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16524160-
CMYK00.850.030.35
HSL302.13º74.6%37.06%-
HSV(B)302.13º85.45%64.71%-
XYZ22.1911.1934.25-
YUV81.66172.21187.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 24 (9.77% from 255) = 6.88%
BLUE value IS 160 (62.89% from 255) = 45.85%
R=47.28%
G=6.88%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652416000.850.030.35302.1374.637.06
HexA518A005532312e4b25
Octal24530240012534345611345
Binary10100101110001010000001010101111000111001011101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A518A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A518A0; }

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

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

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

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

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

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

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

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