#AA4081

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

Shades of Medium Red Violet #AA4081

Tints of Medium Red Violet #AA4081

Color information

#AA4081 (or 0xAA4081) is unknown color: approx Medium Red Violet. HEX triplet: AA, 40 and 81. RGB value is (170,64,129). Sum of RGB (Red+Green+Blue) = 170+64+129=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4081 is #55BF7E. Grayscale: #666666. Windows color (decimal): -5619583 or 8470698. OLE color: 8470698.

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

Color convert

RGB17064129-
CMYK00.620.240.33
HSL323.21º45.3%45.88%-
HSV(B)323.21º62.35%66.67%-
XYZ22.3713.822.25-
YUV103.1142.62175.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=46.83%
G=17.63%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706412900.620.240.33323.2145.345.88
HexAA408103E18211432d2e
Octal25210020107630415035556
Binary10101010100000010000001011111011000100001101000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4081; }

 p { color: rgb(170,64,129); }

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

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

 a { background-color: rgb(170,64,129); }

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

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

 span { border-color: rgb(170,64,129); }

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