#AA0289

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

Shades of Dark Magenta #AA0289

Tints of Dark Magenta #AA0289

Color information

#AA0289 (or 0xAA0289) is unknown color: approx Dark Magenta. HEX triplet: AA, 02 and 89. RGB value is (170,2,137). Sum of RGB (Red+Green+Blue) = 170+2+137=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0289 is #55FD76. Grayscale: #434343. Windows color (decimal): -5635447 or 8979114. OLE color: 8979114.

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

Color convert

RGB1702137-
CMYK00.990.190.33
HSL311.79º97.67%33.73%-
HSV(B)311.79º98.82%66.67%-
XYZ21.1110.424.56-
YUV67.62167.16201.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=55.02%
G=0.65%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170213700.990.190.33311.7997.6733.73
HexAA28906313211386222
Octal25222110143234147014242
Binary10101010101000100101100011100111000011001110001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0289; }

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

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

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

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

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

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

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

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