#A913A5

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

Shades of Dark Magenta #A913A5

Tints of Dark Magenta #A913A5

Color information

#A913A5 (or 0xA913A5) is unknown color: approx Dark Magenta. HEX triplet: A9, 13 and A5. RGB value is (169,19,165). Sum of RGB (Red+Green+Blue) = 169+19+165=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A913A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A913A5 is #56EC5A. Grayscale: #505050. Windows color (decimal): -5696603 or 10818473. OLE color: 10818473.

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

Color convert

RGB16919165-
CMYK00.890.020.34
HSL301.6º79.79%36.86%-
HSV(B)301.6º88.76%66.27%-
XYZ23.3911.6236.61-
YUV80.49175.7191.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 19 (7.81% from 255) = 5.38%
BLUE value IS 165 (64.84% from 255) = 46.74%
R=47.88%
G=5.38%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691916500.890.020.34301.679.7936.86
HexA913A505922212e5025
Octal25123245013124245612045
Binary10101001100111010010101011001101000101001011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A913A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A913A5; }

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

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

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

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

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

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

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

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