#aa0a80

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

Shades of Medium Violet Red #AA0A80

Tints of Medium Violet Red #AA0A80

Color information

#AA0A80 (or 0xAA0A80) is unknown color: approx Medium Violet Red. HEX triplet: AA, 0A and 80. RGB value is (170,10,128). Sum of RGB (Red+Green+Blue) = 170+10+128=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0A80 is #55F57F. Grayscale: #464646. Windows color (decimal): -5633408 or 8391338. OLE color: 8391338.

HSL color Cylindrical-coordinate representation of color #AA0A80: hue angle of 315.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A80 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17010128-
CMYK00.940.250.33
HSL315.75º88.89%35.29%-
HSV(B)315.75º94.12%66.67%-
XYZ20.5810.3221.33-
YUV71.29160.01198.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 10 (4.30% from 255) = 3.25%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=55.19%
G=3.25%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701012800.940.250.33315.7588.8935.29
HexAAA8005E192113c5923
Octal252122000136314147413143
Binary1010101010101000000001011110110011000011001111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0a80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0a80; }

 p { color: rgb(170,10,128); }

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

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

 a { background-color: rgb(170,10,128); }

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

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

 span { border-color: rgb(170,10,128); }

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