Shades of Medium Red Violet #AA4083
Tints of Medium Red Violet #AA4083
RGB
CMYK
RGB Variations
Color information
#AA4083 (or 0xAA4083) is known color: Medium Red Violet. HEX triplet: AA, 40 and 83. RGB value is (170,64,131). Sum of RGB (Red+Green+Blue) = 170+64+131=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4083 is #55BF7C. Grayscale: #676767. Windows color (decimal): -5619581 or 8601770. OLE color: 8601770.
HSL color Cylindrical-coordinate representation of color #AA4083: hue angle of 322.08º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4083 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 131 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.33 |
| HSL | 322.08º | 0.45% | 0.46% | - |
| HSV(B) | 322.08º | 0.62% | 0.67% | - |
| XYZ | 22.51 | 13.85 | 22.96 | - |
| YUV | 103.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 131 | 0 | 0.62 | 0.23 | 0.33 | 322.08 | 0.45 | 0.46 |
| Hex | AA | 40 | 83 | 0 | 3E | 17 | 21 | 142 | 2D | 2E |
| Octal | 252 | 100 | 203 | 0 | 76 | 27 | 41 | 502 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10000011 | 0 | 111110 | 10111 | 100001 | 101000010 | 101101 | 101110 |
Color Harmonies of #AA4083
Complementary color
Monochromatic Colors of #AA4083
Black with #AA4083
Text Example
Text Example
White with #AA4083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4083; }
p { color: rgb(170,64,131); }
H1.HeaderClassName
{
color: #AA4083;
}
.AnyTagClassName
{
color: #AA4083;
}
</style>
background-color css
<style>
a { background-color: #AA4083; }
a { background-color: rgb(170,64,131); }
div.DivClassName
{
background-color: #AA4083;
}
.BgClassName
{
background-color: #AA4083;
}
</style>
border-color css
<style>
span { border-color: #AA4083; }
span { border-color: rgb(170,64,131); }
td.TdClassName
{
border-color: #AA4083;
}
.TagClassName
{
border-color: #AA4083;
}
</style>