#A515AE

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

Shades of Dark Magenta #A515AE

Tints of Dark Magenta #A515AE

Color information

#A515AE (or 0xA515AE) is unknown color: approx Dark Magenta. HEX triplet: A5, 15 and AE. RGB value is (165,21,174). Sum of RGB (Red+Green+Blue) = 165+21+174=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #A515AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515AE is #5AEA51. Grayscale: #515151. Windows color (decimal): -5958226 or 11408805. OLE color: 11408805.

HSL color Cylindrical-coordinate representation of color #A515AE: hue angle of 296.47º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A515AE is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16521174-
CMYK0.050.8800.32
HSL296.47º78.46%38.24%-
HSV(B)296.47º87.93%68.24%-
XYZ23.4311.5941.05-
YUV81.5180.21187.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=45.83%
G=5.83%
B=48.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165211740.050.8800.32296.4778.4638.24
HexA515AE5580201284e26
Octal24525256513004045011646
Binary101001011010110101110101101100001000001001010001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A515AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A515AE; }

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

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

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

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

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

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

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

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