Shades of Medium Red Violet #AA4683
Tints of Medium Red Violet #AA4683
RGB
CMYK
RGB Variations
Color information
#AA4683 (or 0xAA4683) is known color: Medium Red Violet. HEX triplet: AA, 46 and 83. RGB value is (170,70,131). Sum of RGB (Red+Green+Blue) = 170+70+131=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4683 is #55B97C. Grayscale: #6A6A6A. Windows color (decimal): -5618045 or 8603306. OLE color: 8603306.
HSL color Cylindrical-coordinate representation of color #AA4683: hue angle of 323.4º 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 #AA4683 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 131 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.33 |
| HSL | 323.4º | 0.42% | 0.47% | - |
| HSV(B) | 323.4º | 0.59% | 0.67% | - |
| XYZ | 22.86 | 14.57 | 23.08 | - |
| YUV | 106.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 131 | 0 | 0.59 | 0.23 | 0.33 | 323.4 | 0.42 | 0.47 |
| Hex | AA | 46 | 83 | 0 | 3B | 17 | 21 | 143 | 2A | 2F |
| Octal | 252 | 106 | 203 | 0 | 73 | 27 | 41 | 503 | 52 | 57 |
| Binary | 10101010 | 1000110 | 10000011 | 0 | 111011 | 10111 | 100001 | 101000011 | 101010 | 101111 |
Color Harmonies of #AA4683
Complementary color
Monochromatic Colors of #AA4683
Black with #AA4683
Text Example
Text Example
White with #AA4683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4683; }
p { color: rgb(170,70,131); }
H1.HeaderClassName
{
color: #AA4683;
}
.AnyTagClassName
{
color: #AA4683;
}
</style>
background-color css
<style>
a { background-color: #AA4683; }
a { background-color: rgb(170,70,131); }
div.DivClassName
{
background-color: #AA4683;
}
.BgClassName
{
background-color: #AA4683;
}
</style>
border-color css
<style>
span { border-color: #AA4683; }
span { border-color: rgb(170,70,131); }
td.TdClassName
{
border-color: #AA4683;
}
.TagClassName
{
border-color: #AA4683;
}
</style>