#AA4289

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

Shades of Medium Red Violet #AA4289

Tints of Medium Red Violet #AA4289

Color information

#AA4289 (or 0xAA4289) is unknown color: approx Medium Red Violet. HEX triplet: AA, 42 and 89. RGB value is (170,66,137). Sum of RGB (Red+Green+Blue) = 170+66+137=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4289 is #55BD76. Grayscale: #696969. Windows color (decimal): -5619063 or 8995498. OLE color: 8995498.

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

Color convert

RGB17066137-
CMYK00.610.190.33
HSL319.04º44.07%46.27%-
HSV(B)319.04º61.18%66.67%-
XYZ23.0414.2525.2-
YUV105.19145.96174.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=45.58%
G=17.69%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706613700.610.190.33319.0444.0746.27
HexAA428903D132113f2c2e
Octal25210221107523414775456
Binary10101010100001010001001011110110011100001100111111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4289; }

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

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

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

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

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

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

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

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