Shades of Medium Red Violet #AA4283
Tints of Medium Red Violet #AA4283
RGB
CMYK
RGB Variations
Color information
#AA4283 (or 0xAA4283) is known color: Medium Red Violet. HEX triplet: AA, 42 and 83. RGB value is (170,66,131). Sum of RGB (Red+Green+Blue) = 170+66+131=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4283 is #55BD7C. Grayscale: #686868. Windows color (decimal): -5619069 or 8602282. OLE color: 8602282.
HSL color Cylindrical-coordinate representation of color #AA4283: hue angle of 322.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4283 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 131 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.33 |
| HSL | 322.5º | 0.44% | 0.46% | - |
| HSV(B) | 322.5º | 0.61% | 0.67% | - |
| XYZ | 22.62 | 14.08 | 23 | - |
| YUV | 104.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 131 | 0 | 0.61 | 0.23 | 0.33 | 322.5 | 0.44 | 0.46 |
| Hex | AA | 42 | 83 | 0 | 3D | 17 | 21 | 142 | 2C | 2E |
| Octal | 252 | 102 | 203 | 0 | 75 | 27 | 41 | 502 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10000011 | 0 | 111101 | 10111 | 100001 | 101000010 | 101100 | 101110 |
Color Harmonies of #AA4283
Complementary color
Monochromatic Colors of #AA4283
Black with #AA4283
Text Example
Text Example
White with #AA4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4283; }
p { color: rgb(170,66,131); }
H1.HeaderClassName
{
color: #AA4283;
}
.AnyTagClassName
{
color: #AA4283;
}
</style>
background-color css
<style>
a { background-color: #AA4283; }
a { background-color: rgb(170,66,131); }
div.DivClassName
{
background-color: #AA4283;
}
.BgClassName
{
background-color: #AA4283;
}
</style>
border-color css
<style>
span { border-color: #AA4283; }
span { border-color: rgb(170,66,131); }
td.TdClassName
{
border-color: #AA4283;
}
.TagClassName
{
border-color: #AA4283;
}
</style>