#aa478a

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

Shades of Medium Red Violet #AA478A

Tints of Medium Red Violet #AA478A

Color information

#AA478A (or 0xAA478A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 47 and 8A. RGB value is (170,71,138). Sum of RGB (Red+Green+Blue) = 170+71+138=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA478A is #55B875. Grayscale: #6C6C6C. Windows color (decimal): -5617782 or 9062314. OLE color: 9062314.

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

Color convert

RGB17071138-
CMYK00.580.190.33
HSL319.39º41.08%47.25%-
HSV(B)319.39º58.24%66.67%-
XYZ23.4214.8925.68-
YUV108.24144.8172.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=44.85%
G=18.73%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707113800.580.190.33319.3941.0847.25
HexAA478A03A132113f292f
Octal25210721207223414775157
Binary10101010100011110001010011101010011100001100111111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa478a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa478a; }

 p { color: rgb(170,71,138); }

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

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

 a { background-color: rgb(170,71,138); }

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

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

 span { border-color: rgb(170,71,138); }

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