#AA4082

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

Shades of Medium Red Violet #AA4082

Tints of Medium Red Violet #AA4082

Color information

#AA4082 (or 0xAA4082) is unknown color: approx Medium Red Violet. HEX triplet: AA, 40 and 82. RGB value is (170,64,130). Sum of RGB (Red+Green+Blue) = 170+64+130=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4082 is #55BF7D. Grayscale: #676767. Windows color (decimal): -5619582 or 8536234. OLE color: 8536234.

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

Color convert

RGB17064130-
CMYK00.620.240.33
HSL322.64º45.3%45.88%-
HSV(B)322.64º62.35%66.67%-
XYZ22.4413.8222.6-
YUV103.22143.12175.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=46.70%
G=17.58%
B=35.71%

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
Decimal1706413000.620.240.33322.6445.345.88
HexAA408203E18211432d2e
Octal25210020207630415035556
Binary10101010100000010000010011111011000100001101000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4082; }

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

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

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

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

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

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

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

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