Shades of Medium Red Violet #AA2685
Tints of Medium Red Violet #AA2685
RGB
CMYK
RGB Variations
Color information
#AA2685 (or 0xAA2685) is known color: Medium Red Violet. HEX triplet: AA, 26 and 85. RGB value is (170,38,133). Sum of RGB (Red+Green+Blue) = 170+38+133=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2685 is #55D97A. Grayscale: #585858. Windows color (decimal): -5626235 or 8726186. OLE color: 8726186.
HSL color Cylindrical-coordinate representation of color #AA2685: hue angle of 316.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2685 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 133 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.33 |
| HSL | 316.82º | 0.63% | 0.41% | - |
| HSV(B) | 316.82º | 0.78% | 0.67% | - |
| XYZ | 21.5 | 11.63 | 23.3 | - |
| YUV | 88.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 133 | 0 | 0.78 | 0.22 | 0.33 | 316.82 | 0.63 | 0.41 |
| Hex | AA | 26 | 85 | 0 | 4E | 16 | 21 | 13D | 3F | 29 |
| Octal | 252 | 46 | 205 | 0 | 116 | 26 | 41 | 475 | 77 | 51 |
| Binary | 10101010 | 100110 | 10000101 | 0 | 1001110 | 10110 | 100001 | 100111101 | 111111 | 101001 |
Color Harmonies of #AA2685
Complementary color
Monochromatic Colors of #AA2685
Black with #AA2685
Text Example
Text Example
White with #AA2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2685; }
p { color: rgb(170,38,133); }
H1.HeaderClassName
{
color: #AA2685;
}
.AnyTagClassName
{
color: #AA2685;
}
</style>
background-color css
<style>
a { background-color: #AA2685; }
a { background-color: rgb(170,38,133); }
div.DivClassName
{
background-color: #AA2685;
}
.BgClassName
{
background-color: #AA2685;
}
</style>
border-color css
<style>
span { border-color: #AA2685; }
span { border-color: rgb(170,38,133); }
td.TdClassName
{
border-color: #AA2685;
}
.TagClassName
{
border-color: #AA2685;
}
</style>