#A90585

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

Shades of Dark Magenta #A90585

Tints of Dark Magenta #A90585

Color information

#A90585 (or 0xA90585) is unknown color: approx Dark Magenta. HEX triplet: A9, 05 and 85. RGB value is (169,5,133). Sum of RGB (Red+Green+Blue) = 169+5+133=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A90585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90585 is #56FA7A. Grayscale: #444444. Windows color (decimal): -5700219 or 8717737. OLE color: 8717737.

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

Color convert

RGB1695133-
CMYK00.970.210.34
HSL313.17º94.25%34.12%-
HSV(B)313.17º97.04%66.27%-
XYZ20.6510.2423.08-
YUV68.63164.33199.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=55.05%
G=1.63%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169513300.970.210.34313.1794.2534.12
HexA958506115221395e22
Octal25152050141254247113642
Binary101010011011000010101100001101011000101001110011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90585; }

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

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

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

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

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

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

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

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