Shades of Medium Violet Red #AA1083
Tints of Medium Violet Red #AA1083
RGB
CMYK
RGB Variations
Color information
#AA1083 (or 0xAA1083) is known color: Medium Violet Red. HEX triplet: AA, 10 and 83. RGB value is (170,16,131). Sum of RGB (Red+Green+Blue) = 170+16+131=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1083 is #55EF7C. Grayscale: #4A4A4A. Windows color (decimal): -5631869 or 8589482. OLE color: 8589482.
HSL color Cylindrical-coordinate representation of color #AA1083: hue angle of 315.19º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1083 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 131 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.33 |
| HSL | 315.19º | 0.83% | 0.36% | - |
| HSV(B) | 315.19º | 0.91% | 0.67% | - |
| XYZ | 20.86 | 10.56 | 22.41 | - |
| YUV | 75.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 131 | 0 | 0.91 | 0.23 | 0.33 | 315.19 | 0.83 | 0.36 |
| Hex | AA | 10 | 83 | 0 | 5B | 17 | 21 | 13B | 53 | 24 |
| Octal | 252 | 20 | 203 | 0 | 133 | 27 | 41 | 473 | 123 | 44 |
| Binary | 10101010 | 10000 | 10000011 | 0 | 1011011 | 10111 | 100001 | 100111011 | 1010011 | 100100 |
Color Harmonies of #AA1083
Complementary color
Monochromatic Colors of #AA1083
Black with #AA1083
Text Example
Text Example
White with #AA1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1083; }
p { color: rgb(170,16,131); }
H1.HeaderClassName
{
color: #AA1083;
}
.AnyTagClassName
{
color: #AA1083;
}
</style>
background-color css
<style>
a { background-color: #AA1083; }
a { background-color: rgb(170,16,131); }
div.DivClassName
{
background-color: #AA1083;
}
.BgClassName
{
background-color: #AA1083;
}
</style>
border-color css
<style>
span { border-color: #AA1083; }
span { border-color: rgb(170,16,131); }
td.TdClassName
{
border-color: #AA1083;
}
.TagClassName
{
border-color: #AA1083;
}
</style>