Shades of Medium Red Violet #AA4681
Tints of Medium Red Violet #AA4681
RGB
CMYK
RGB Variations
Color information
#AA4681 (or 0xAA4681) is known color: Medium Red Violet. HEX triplet: AA, 46 and 81. RGB value is (170,70,129). Sum of RGB (Red+Green+Blue) = 170+70+129=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4681 is #55B97E. Grayscale: #6A6A6A. Windows color (decimal): -5618047 or 8472234. OLE color: 8472234.
HSL color Cylindrical-coordinate representation of color #AA4681: hue angle of 324.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4681 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 129 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.33 |
| HSL | 324.6º | 0.42% | 0.47% | - |
| HSV(B) | 324.6º | 0.59% | 0.67% | - |
| XYZ | 22.73 | 14.51 | 22.37 | - |
| YUV | 106.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 129 | 0 | 0.59 | 0.24 | 0.33 | 324.6 | 0.42 | 0.47 |
| Hex | AA | 46 | 81 | 0 | 3B | 18 | 21 | 145 | 2A | 2F |
| Octal | 252 | 106 | 201 | 0 | 73 | 30 | 41 | 505 | 52 | 57 |
| Binary | 10101010 | 1000110 | 10000001 | 0 | 111011 | 11000 | 100001 | 101000101 | 101010 | 101111 |
Color Harmonies of #AA4681
Complementary color
Monochromatic Colors of #AA4681
Black with #AA4681
Text Example
Text Example
White with #AA4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4681; }
p { color: rgb(170,70,129); }
H1.HeaderClassName
{
color: #AA4681;
}
.AnyTagClassName
{
color: #AA4681;
}
</style>
background-color css
<style>
a { background-color: #AA4681; }
a { background-color: rgb(170,70,129); }
div.DivClassName
{
background-color: #AA4681;
}
.BgClassName
{
background-color: #AA4681;
}
</style>
border-color css
<style>
span { border-color: #AA4681; }
span { border-color: rgb(170,70,129); }
td.TdClassName
{
border-color: #AA4681;
}
.TagClassName
{
border-color: #AA4681;
}
</style>