Shades of Medium Violet Red #AA0683
Tints of Medium Violet Red #AA0683
RGB
CMYK
RGB Variations
Color information
#AA0683 (or 0xAA0683) is known color: Medium Violet Red. HEX triplet: AA, 06 and 83. RGB value is (170,6,131). Sum of RGB (Red+Green+Blue) = 170+6+131=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0683 is #55F97C. Grayscale: #444444. Windows color (decimal): -5634429 or 8586922. OLE color: 8586922.
HSL color Cylindrical-coordinate representation of color #AA0683: hue angle of 314.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0683 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 131 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.33 |
| HSL | 314.27º | 0.93% | 0.35% | - |
| HSV(B) | 314.27º | 0.96% | 0.67% | - |
| XYZ | 20.74 | 10.31 | 22.37 | - |
| YUV | 69.29 | 162.83 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 131 | 0 | 0.96 | 0.23 | 0.33 | 314.27 | 0.93 | 0.35 |
| Hex | AA | 6 | 83 | 0 | 60 | 17 | 21 | 13A | 5D | 23 |
| Octal | 252 | 6 | 203 | 0 | 140 | 27 | 41 | 472 | 135 | 43 |
| Binary | 10101010 | 110 | 10000011 | 0 | 1100000 | 10111 | 100001 | 100111010 | 1011101 | 100011 |
Color Harmonies of #AA0683
Complementary color
Monochromatic Colors of #AA0683
Black with #AA0683
Text Example
Text Example
White with #AA0683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0683; }
p { color: rgb(170,6,131); }
H1.HeaderClassName
{
color: #AA0683;
}
.AnyTagClassName
{
color: #AA0683;
}
</style>
background-color css
<style>
a { background-color: #AA0683; }
a { background-color: rgb(170,6,131); }
div.DivClassName
{
background-color: #AA0683;
}
.BgClassName
{
background-color: #AA0683;
}
</style>
border-color css
<style>
span { border-color: #AA0683; }
span { border-color: rgb(170,6,131); }
td.TdClassName
{
border-color: #AA0683;
}
.TagClassName
{
border-color: #AA0683;
}
</style>