#A919A0

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

Shades of Dark Magenta #A919A0

Tints of Dark Magenta #A919A0

Color information

#A919A0 (or 0xA919A0) is unknown color: approx Dark Magenta. HEX triplet: A9, 19 and A0. RGB value is (169,25,160). Sum of RGB (Red+Green+Blue) = 169+25+160=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A919A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A919A0 is #56E65F. Grayscale: #535353. Windows color (decimal): -5695072 or 10492329. OLE color: 10492329.

HSL color Cylindrical-coordinate representation of color #A919A0: hue angle of 303.75º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A919A0 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16925160-
CMYK00.850.050.34
HSL303.75º74.23%38.04%-
HSV(B)303.75º85.21%66.27%-
XYZ23.0511.6734.29-
YUV83.45171.21189.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 25 (10.16% from 255) = 7.06%
BLUE value IS 160 (62.89% from 255) = 45.20%
R=47.74%
G=7.06%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692516000.850.050.34303.7574.2338.04
HexA919A00555221304a26
Octal25131240012554246011246
Binary101010011100110100000010101011011000101001100001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A919A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A919A0; }

 p { color: rgb(169,25,160); }

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

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

 a { background-color: rgb(169,25,160); }

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

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

 span { border-color: rgb(169,25,160); }

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