Shades of Medium Red Violet #AA318B
Tints of Medium Red Violet #AA318B
RGB
CMYK
RGB Variations
Color information
#AA318B (or 0xAA318B) is known color: Medium Red Violet. HEX triplet: AA, 31 and 8B. RGB value is (170,49,139). Sum of RGB (Red+Green+Blue) = 170+49+139=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA318B is #55CE74. Grayscale: #5F5F5F. Windows color (decimal): -5623413 or 9122218. OLE color: 9122218.
HSL color Cylindrical-coordinate representation of color #AA318B: hue angle of 315.37º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA318B is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 139 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.33 |
| HSL | 315.37º | 0.55% | 0.43% | - |
| HSV(B) | 315.37º | 0.71% | 0.67% | - |
| XYZ | 22.34 | 12.61 | 25.68 | - |
| YUV | 95.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 139 | 0 | 0.71 | 0.18 | 0.33 | 315.37 | 0.55 | 0.43 |
| Hex | AA | 31 | 8B | 0 | 47 | 12 | 21 | 13B | 37 | 2B |
| Octal | 252 | 61 | 213 | 0 | 107 | 22 | 41 | 473 | 67 | 53 |
| Binary | 10101010 | 110001 | 10001011 | 0 | 1000111 | 10010 | 100001 | 100111011 | 110111 | 101011 |
Color Harmonies of #AA318B
Complementary color
Monochromatic Colors of #AA318B
Black with #AA318B
Text Example
Text Example
White with #AA318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA318B; }
p { color: rgb(170,49,139); }
H1.HeaderClassName
{
color: #AA318B;
}
.AnyTagClassName
{
color: #AA318B;
}
</style>
background-color css
<style>
a { background-color: #AA318B; }
a { background-color: rgb(170,49,139); }
div.DivClassName
{
background-color: #AA318B;
}
.BgClassName
{
background-color: #AA318B;
}
</style>
border-color css
<style>
span { border-color: #AA318B; }
span { border-color: rgb(170,49,139); }
td.TdClassName
{
border-color: #AA318B;
}
.TagClassName
{
border-color: #AA318B;
}
</style>