Shades of Medium Red Violet #AA4085
Tints of Medium Red Violet #AA4085
RGB
CMYK
RGB Variations
Color information
#AA4085 (or 0xAA4085) is known color: Medium Red Violet. HEX triplet: AA, 40 and 85. RGB value is (170,64,133). Sum of RGB (Red+Green+Blue) = 170+64+133=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4085 is #55BF7A. Grayscale: #676767. Windows color (decimal): -5619579 or 8732842. OLE color: 8732842.
HSL color Cylindrical-coordinate representation of color #AA4085: hue angle of 320.94º 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 #AA4085 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 133 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.33 |
| HSL | 320.94º | 0.45% | 0.46% | - |
| HSV(B) | 320.94º | 0.62% | 0.67% | - |
| XYZ | 22.64 | 13.91 | 23.68 | - |
| YUV | 103.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 133 | 0 | 0.62 | 0.22 | 0.33 | 320.94 | 0.45 | 0.46 |
| Hex | AA | 40 | 85 | 0 | 3E | 16 | 21 | 141 | 2D | 2E |
| Octal | 252 | 100 | 205 | 0 | 76 | 26 | 41 | 501 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10000101 | 0 | 111110 | 10110 | 100001 | 101000001 | 101101 | 101110 |
Color Harmonies of #AA4085
Complementary color
Monochromatic Colors of #AA4085
Black with #AA4085
Text Example
Text Example
White with #AA4085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4085; }
p { color: rgb(170,64,133); }
H1.HeaderClassName
{
color: #AA4085;
}
.AnyTagClassName
{
color: #AA4085;
}
</style>
background-color css
<style>
a { background-color: #AA4085; }
a { background-color: rgb(170,64,133); }
div.DivClassName
{
background-color: #AA4085;
}
.BgClassName
{
background-color: #AA4085;
}
</style>
border-color css
<style>
span { border-color: #AA4085; }
span { border-color: rgb(170,64,133); }
td.TdClassName
{
border-color: #AA4085;
}
.TagClassName
{
border-color: #AA4085;
}
</style>