#A90597

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

Shades of Dark Magenta #A90597

Tints of Dark Magenta #A90597

Color information

#A90597 (or 0xA90597) is unknown color: approx Dark Magenta. HEX triplet: A9, 05 and 97. RGB value is (169,5,151). Sum of RGB (Red+Green+Blue) = 169+5+151=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A90597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90597 is #56FA68. Grayscale: #464646. Windows color (decimal): -5700201 or 9897385. OLE color: 9897385.

HSL color Cylindrical-coordinate representation of color #A90597: hue angle of 306.59º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90597 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB1695151-
CMYK00.970.110.34
HSL306.59º94.25%34.12%-
HSV(B)306.59º97.04%66.27%-
XYZ2210.7830.2-
YUV70.68173.33198.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=52%
G=1.54%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169515100.970.110.34306.5994.2534.12
HexA9597061B221335e22
Octal25152270141134246313642
Binary10101001101100101110110000110111000101001100111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90597; }

 p { color: rgb(169,5,151); }

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

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

 a { background-color: rgb(169,5,151); }

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

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

 span { border-color: rgb(169,5,151); }

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