Shades of Medium Violet Red #AA0385
Tints of Medium Violet Red #AA0385
RGB
CMYK
RGB Variations
Color information
#AA0385 (or 0xAA0385) is known color: Medium Violet Red. HEX triplet: AA, 03 and 85. RGB value is (170,3,133). Sum of RGB (Red+Green+Blue) = 170+3+133=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0385 is #55FC7A. Grayscale: #434343. Windows color (decimal): -5635195 or 8717226. OLE color: 8717226.
HSL color Cylindrical-coordinate representation of color #AA0385: hue angle of 313.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0385 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.33 |
| HSL | 313.29º | 0.97% | 0.34% | - |
| HSV(B) | 313.29º | 0.98% | 0.67% | - |
| XYZ | 20.84 | 10.3 | 23.08 | - |
| YUV | 67.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 133 | 0 | 0.98 | 0.22 | 0.33 | 313.29 | 0.97 | 0.34 |
| Hex | AA | 3 | 85 | 0 | 62 | 16 | 21 | 139 | 61 | 22 |
| Octal | 252 | 3 | 205 | 0 | 142 | 26 | 41 | 471 | 141 | 42 |
| Binary | 10101010 | 11 | 10000101 | 0 | 1100010 | 10110 | 100001 | 100111001 | 1100001 | 100010 |
Color Harmonies of #AA0385
Complementary color
Monochromatic Colors of #AA0385
Black with #AA0385
Text Example
Text Example
White with #AA0385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0385; }
p { color: rgb(170,3,133); }
H1.HeaderClassName
{
color: #AA0385;
}
.AnyTagClassName
{
color: #AA0385;
}
</style>
background-color css
<style>
a { background-color: #AA0385; }
a { background-color: rgb(170,3,133); }
div.DivClassName
{
background-color: #AA0385;
}
.BgClassName
{
background-color: #AA0385;
}
</style>
border-color css
<style>
span { border-color: #AA0385; }
span { border-color: rgb(170,3,133); }
td.TdClassName
{
border-color: #AA0385;
}
.TagClassName
{
border-color: #AA0385;
}
</style>