#AA4189

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

Shades of Medium Red Violet #AA4189

Tints of Medium Red Violet #AA4189

Color information

#AA4189 (or 0xAA4189) is unknown color: approx Medium Red Violet. HEX triplet: AA, 41 and 89. RGB value is (170,65,137). Sum of RGB (Red+Green+Blue) = 170+65+137=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4189 is #55BE76. Grayscale: #686868. Windows color (decimal): -5619319 or 8995242. OLE color: 8995242.

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

Color convert

RGB17065137-
CMYK00.620.190.33
HSL318.86º44.68%46.08%-
HSV(B)318.86º61.76%66.67%-
XYZ22.9814.1325.18-
YUV104.6146.29174.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=45.70%
G=17.47%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706513700.620.190.33318.8644.6846.08
HexAA418903E132113f2d2e
Octal25210121107623414775556
Binary10101010100000110001001011111010011100001100111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4189; }

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

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

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

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

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

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

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

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