#A513AA

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

Shades of Dark Magenta #A513AA

Tints of Dark Magenta #A513AA

Color information

#A513AA (or 0xA513AA) is unknown color: approx Dark Magenta. HEX triplet: A5, 13 and AA. RGB value is (165,19,170). Sum of RGB (Red+Green+Blue) = 165+19+170=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #A513AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A513AA is #5AEC55. Grayscale: #4F4F4F. Windows color (decimal): -5958742 or 11146149. OLE color: 11146149.

HSL color Cylindrical-coordinate representation of color #A513AA: hue angle of 298.01º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A513AA is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16519170-
CMYK0.030.8900.33
HSL298.01º79.89%37.06%-
HSV(B)298.01º88.82%66.67%-
XYZ23.0111.3739.01-
YUV79.87178.87188.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 19 (7.81% from 255) = 5.37%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=46.61%
G=5.37%
B=48.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165191700.030.8900.33298.0179.8937.06
HexA513AA35902112a5025
Octal24523252313104145212045
Binary10100101100111010101011101100101000011001010101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A513AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A513AA; }

 p { color: rgb(165,19,170); }

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

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

 a { background-color: rgb(165,19,170); }

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

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

 span { border-color: rgb(165,19,170); }

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