#a515a3

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

Shades of Dark Magenta #A515A3

Tints of Dark Magenta #A515A3

Color information

#A515A3 (or 0xA515A3) is unknown color: approx Dark Magenta. HEX triplet: A5, 15 and A3. RGB value is (165,21,163). Sum of RGB (Red+Green+Blue) = 165+21+163=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A515A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515A3 is #5AEA5C. Grayscale: #4F4F4F. Windows color (decimal): -5958237 or 10687909. OLE color: 10687909.

HSL color Cylindrical-coordinate representation of color #A515A3: hue angle of 300.83º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A515A3 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16521163-
CMYK00.870.010.35
HSL300.83º77.42%36.47%-
HSV(B)300.83º87.27%64.71%-
XYZ22.411.1835.63-
YUV80.24174.71188.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 163 (64.06% from 255) = 46.70%
R=47.28%
G=6.02%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652116300.870.010.35300.8377.4236.47
HexA515A305712312d4d24
Octal24525243012714345511544
Binary1010010110101101000110101011111000111001011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a515a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a515a3; }

 p { color: rgb(165,21,163); }

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

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

 a { background-color: rgb(165,21,163); }

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

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

 span { border-color: rgb(165,21,163); }

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