#A90797

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

Shades of Dark Magenta #A90797

Tints of Dark Magenta #A90797

Color information

#A90797 (or 0xA90797) is unknown color: approx Dark Magenta. HEX triplet: A9, 07 and 97. RGB value is (169,7,151). Sum of RGB (Red+Green+Blue) = 169+7+151=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A90797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90797 is #56F868. Grayscale: #474747. Windows color (decimal): -5699689 or 9897897. OLE color: 9897897.

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

Color convert

RGB1697151-
CMYK00.960.110.34
HSL306.67º92.05%34.51%-
HSV(B)306.67º95.86%66.27%-
XYZ22.0210.8230.21-
YUV71.85172.67197.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 7 (3.12% from 255) = 2.14%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=51.68%
G=2.14%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169715100.960.110.34306.6792.0534.51
HexA9797060B221335c23
Octal25172270140134246313443
Binary10101001111100101110110000010111000101001100111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90797; }

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

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

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

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

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

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

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

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