Shades of Medium Red Violet #AA4080
Tints of Medium Red Violet #AA4080
RGB
CMYK
RGB Variations
Color information
#AA4080 (or 0xAA4080) is known color: Medium Red Violet. HEX triplet: AA, 40 and 80. RGB value is (170,64,128). Sum of RGB (Red+Green+Blue) = 170+64+128=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4080 is #55BF7F. Grayscale: #666666. Windows color (decimal): -5619584 or 8405162. OLE color: 8405162.
HSL color Cylindrical-coordinate representation of color #AA4080: hue angle of 323.77º 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 #AA4080 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 128 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.33 |
| HSL | 323.77º | 0.45% | 0.46% | - |
| HSV(B) | 323.77º | 0.62% | 0.67% | - |
| XYZ | 22.31 | 13.77 | 21.9 | - |
| YUV | 102.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 128 | 0 | 0.62 | 0.25 | 0.33 | 323.77 | 0.45 | 0.46 |
| Hex | AA | 40 | 80 | 0 | 3E | 19 | 21 | 144 | 2D | 2E |
| Octal | 252 | 100 | 200 | 0 | 76 | 31 | 41 | 504 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10000000 | 0 | 111110 | 11001 | 100001 | 101000100 | 101101 | 101110 |
Color Harmonies of #AA4080
Complementary color
Monochromatic Colors of #AA4080
Black with #AA4080
Text Example
Text Example
White with #AA4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4080; }
p { color: rgb(170,64,128); }
H1.HeaderClassName
{
color: #AA4080;
}
.AnyTagClassName
{
color: #AA4080;
}
</style>
background-color css
<style>
a { background-color: #AA4080; }
a { background-color: rgb(170,64,128); }
div.DivClassName
{
background-color: #AA4080;
}
.BgClassName
{
background-color: #AA4080;
}
</style>
border-color css
<style>
span { border-color: #AA4080; }
span { border-color: rgb(170,64,128); }
td.TdClassName
{
border-color: #AA4080;
}
.TagClassName
{
border-color: #AA4080;
}
</style>