#A518A1

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

Shades of Dark Magenta #A518A1

Tints of Dark Magenta #A518A1

Color information

#A518A1 (or 0xA518A1) is unknown color: approx Dark Magenta. HEX triplet: A5, 18 and A1. RGB value is (165,24,161). Sum of RGB (Red+Green+Blue) = 165+24+161=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A518A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518A1 is #5AE75E. Grayscale: #515151. Windows color (decimal): -5957471 or 10557605. OLE color: 10557605.

HSL color Cylindrical-coordinate representation of color #A518A1: hue angle of 301.7º 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 #A518A1 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16524161-
CMYK00.850.020.35
HSL301.7º74.6%37.06%-
HSV(B)301.7º85.45%64.71%-
XYZ22.2811.2334.71-
YUV81.78172.71187.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 161 (63.28% from 255) = 46%
R=47.14%
G=6.86%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652416100.850.020.35301.774.637.06
HexA518A105522312e4b25
Octal24530241012524345611345
Binary10100101110001010000101010101101000111001011101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A518A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A518A1; }

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

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

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

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

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

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

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

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