#A90589

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

Shades of Dark Magenta #A90589

Tints of Dark Magenta #A90589

Color information

#A90589 (or 0xA90589) is unknown color: approx Dark Magenta. HEX triplet: A9, 05 and 89. RGB value is (169,5,137). Sum of RGB (Red+Green+Blue) = 169+5+137=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A90589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90589 is #56FA76. Grayscale: #444444. Windows color (decimal): -5700215 or 8979881. OLE color: 8979881.

HSL color Cylindrical-coordinate representation of color #A90589: hue angle of 311.71º 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 #A90589 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB1695137-
CMYK00.970.190.34
HSL311.71º94.25%34.12%-
HSV(B)311.71º97.04%66.27%-
XYZ20.9310.3524.56-
YUV69.08166.33199.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.34%
GREEN value IS 5 (2.34% from 255) = 1.61%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=54.34%
G=1.61%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169513700.970.190.34311.7194.2534.12
HexA958906113221385e22
Octal25152110141234247013642
Binary101010011011000100101100001100111000101001110001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90589; }

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

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

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

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

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

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

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

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