#A515AC

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

Shades of Dark Magenta #A515AC

Tints of Dark Magenta #A515AC

Color information

#A515AC (or 0xA515AC) is unknown color: approx Dark Magenta. HEX triplet: A5, 15 and AC. RGB value is (165,21,172). Sum of RGB (Red+Green+Blue) = 165+21+172=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #A515AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515AC is #5AEA53. Grayscale: #505050. Windows color (decimal): -5958228 or 11277733. OLE color: 11277733.

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

Color convert

RGB16521172-
CMYK0.040.8800.33
HSL297.22º78.24%37.84%-
HSV(B)297.22º87.79%67.45%-
XYZ23.2311.5140.03-
YUV81.27179.21187.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 21 (8.59% from 255) = 5.87%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=46.09%
G=5.87%
B=48.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165211720.040.8800.33297.2278.2437.84
HexA515AC4580211294e26
Octal24525254413004145111646
Binary101001011010110101100100101100001000011001010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A515AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A515AC; }

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

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

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

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

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

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

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

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