#A90289

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

Shades of Dark Magenta #A90289

Tints of Dark Magenta #A90289

Color information

#A90289 (or 0xA90289) is unknown color: approx Dark Magenta. HEX triplet: A9, 02 and 89. RGB value is (169,2,137). Sum of RGB (Red+Green+Blue) = 169+2+137=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A90289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90289 is #56FD76. Grayscale: #424242. Windows color (decimal): -5700983 or 8979113. OLE color: 8979113.

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

Color convert

RGB1692137-
CMYK00.990.190.34
HSL311.5º97.66%33.53%-
HSV(B)311.5º98.82%66.27%-
XYZ20.910.2824.55-
YUV67.32167.33200.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=54.87%
G=0.65%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169213700.990.190.34311.597.6633.53
HexA928906313221376222
Octal25122110143234246714242
Binary10101001101000100101100011100111000101001101111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90289; }

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

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

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

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

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

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

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

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