#AA3A85

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

Shades of Medium Red Violet #AA3A85

Tints of Medium Red Violet #AA3A85

Color information

#AA3A85 (or 0xAA3A85) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3A and 85. RGB value is (170,58,133). Sum of RGB (Red+Green+Blue) = 170+58+133=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A85 is #55C57A. Grayscale: #636363. Windows color (decimal): -5621115 or 8731306. OLE color: 8731306.

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

Color convert

RGB17058133-
CMYK00.660.220.33
HSL319.82º49.12%44.71%-
HSV(B)319.82º65.88%66.67%-
XYZ22.3213.2723.57-
YUV100.04146.61177.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 58 (23.05% from 255) = 16.07%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=47.09%
G=16.07%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705813300.660.220.33319.8249.1244.71
HexAA3A850421621140312d
Octal25272205010226415006155
Binary10101010111010100001010100001010110100001101000000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A85; }

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

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

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

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

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

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

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

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