#AA4A85

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

Shades of Medium Red Violet #AA4A85

Tints of Medium Red Violet #AA4A85

Color information

#AA4A85 (or 0xAA4A85) is unknown color: approx Medium Red Violet. HEX triplet: AA, 4A and 85. RGB value is (170,74,133). Sum of RGB (Red+Green+Blue) = 170+74+133=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A85 is #55B57A. Grayscale: #6D6D6D. Windows color (decimal): -5617019 or 8735402. OLE color: 8735402.

HSL color Cylindrical-coordinate representation of color #AA4A85: hue angle of 323.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A85 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17074133-
CMYK00.560.220.33
HSL323.12º39.34%47.84%-
HSV(B)323.12º56.47%66.67%-
XYZ23.2615.1423.89-
YUV109.43141.3171.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=45.09%
G=19.63%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707413300.560.220.33323.1239.3447.84
HexAA4A8503816211432730
Octal25211220507026415034760
Binary10101010100101010000101011100010110100001101000011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A85; }

 p { color: rgb(170,74,133); }

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

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

 a { background-color: rgb(170,74,133); }

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

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

 span { border-color: rgb(170,74,133); }

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