#AA0989

Color #AA0989 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AA0989

Tints of Medium Violet Red #AA0989

Color information

#AA0989 (or 0xAA0989) is unknown color: approx Medium Violet Red. HEX triplet: AA, 09 and 89. RGB value is (170,9,137). Sum of RGB (Red+Green+Blue) = 170+9+137=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0989 is #55F676. Grayscale: #474747. Windows color (decimal): -5633655 or 8980906. OLE color: 8980906.

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

Color convert

RGB1709137-
CMYK00.950.190.33
HSL312.3º89.94%35.1%-
HSV(B)312.3º94.71%66.67%-
XYZ21.1910.5524.59-
YUV71.73164.84198.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 9 (3.91% from 255) = 2.85%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=53.80%
G=2.85%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170913700.950.190.33312.389.9435.1
HexAA98905F13211385a23
Octal252112110137234147013243
Binary1010101010011000100101011111100111000011001110001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0989; }

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

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

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

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

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

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

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

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