#aa3a9e

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

Shades of Medium Red Violet #AA3A9E

Tints of Medium Red Violet #AA3A9E

Color information

#AA3A9E (or 0xAA3A9E) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3A and 9E. RGB value is (170,58,158). Sum of RGB (Red+Green+Blue) = 170+58+158=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A9E is #55C561. Grayscale: #666666. Windows color (decimal): -5621090 or 10369706. OLE color: 10369706.

HSL color Cylindrical-coordinate representation of color #AA3A9E: hue angle of 306.43º 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 #AA3A9E is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17058158-
CMYK00.660.070.33
HSL306.43º49.12%44.71%-
HSV(B)306.43º65.88%66.67%-
XYZ24.2614.0433.78-
YUV102.89159.11175.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 58 (23.05% from 255) = 15.03%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=44.04%
G=15.03%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705815800.660.070.33306.4349.1244.71
HexAA3A9E042721132312d
Octal2527223601027414626155
Binary101010101110101001111001000010111100001100110010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3a9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3a9e; }

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

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

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

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

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

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

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

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