Shades of Medium Violet Red #AA1883
Tints of Medium Violet Red #AA1883
RGB
CMYK
RGB Variations
Color information
#AA1883 (or 0xAA1883) is known color: Medium Violet Red. HEX triplet: AA, 18 and 83. RGB value is (170,24,131). Sum of RGB (Red+Green+Blue) = 170+24+131=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1883 is #55E77C. Grayscale: #4F4F4F. Windows color (decimal): -5629821 or 8591530. OLE color: 8591530.
HSL color Cylindrical-coordinate representation of color #AA1883: hue angle of 316.03º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1883 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 131 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.33 |
| HSL | 316.03º | 0.75% | 0.38% | - |
| HSV(B) | 316.03º | 0.86% | 0.67% | - |
| XYZ | 21 | 10.84 | 22.46 | - |
| YUV | 79.85 | 156.87 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 131 | 0 | 0.86 | 0.23 | 0.33 | 316.03 | 0.75 | 0.38 |
| Hex | AA | 18 | 83 | 0 | 56 | 17 | 21 | 13C | 4B | 26 |
| Octal | 252 | 30 | 203 | 0 | 126 | 27 | 41 | 474 | 113 | 46 |
| Binary | 10101010 | 11000 | 10000011 | 0 | 1010110 | 10111 | 100001 | 100111100 | 1001011 | 100110 |
Color Harmonies of #AA1883
Complementary color
Monochromatic Colors of #AA1883
Black with #AA1883
Text Example
Text Example
White with #AA1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1883; }
p { color: rgb(170,24,131); }
H1.HeaderClassName
{
color: #AA1883;
}
.AnyTagClassName
{
color: #AA1883;
}
</style>
background-color css
<style>
a { background-color: #AA1883; }
a { background-color: rgb(170,24,131); }
div.DivClassName
{
background-color: #AA1883;
}
.BgClassName
{
background-color: #AA1883;
}
</style>
border-color css
<style>
span { border-color: #AA1883; }
span { border-color: rgb(170,24,131); }
td.TdClassName
{
border-color: #AA1883;
}
.TagClassName
{
border-color: #AA1883;
}
</style>