Shades of Medium Red Violet #AA1C7B
Tints of Medium Red Violet #AA1C7B
RGB
CMYK
RGB Variations
Color information
#AA1C7B (or 0xAA1C7B) is known color: Medium Red Violet. HEX triplet: AA, 1C and 7B. RGB value is (170,28,123). Sum of RGB (Red+Green+Blue) = 170+28+123=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C7B is #55E384. Grayscale: #515151. Windows color (decimal): -5628805 or 8068266. OLE color: 8068266.
HSL color Cylindrical-coordinate representation of color #AA1C7B: hue angle of 319.86º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C7B is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 123 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.33 |
| HSL | 319.86º | 0.72% | 0.39% | - |
| HSV(B) | 319.86º | 0.84% | 0.67% | - |
| XYZ | 20.57 | 10.81 | 19.74 | - |
| YUV | 81.29 | 151.54 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 123 | 0 | 0.84 | 0.28 | 0.33 | 319.86 | 0.72 | 0.39 |
| Hex | AA | 1C | 7B | 0 | 54 | 1C | 21 | 140 | 48 | 27 |
| Octal | 252 | 34 | 173 | 0 | 124 | 34 | 41 | 500 | 110 | 47 |
| Binary | 10101010 | 11100 | 1111011 | 0 | 1010100 | 11100 | 100001 | 101000000 | 1001000 | 100111 |
Color Harmonies of #AA1C7B
Complementary color
Monochromatic Colors of #AA1C7B
Black with #AA1C7B
Text Example
Text Example
White with #AA1C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C7B; }
p { color: rgb(170,28,123); }
H1.HeaderClassName
{
color: #AA1C7B;
}
.AnyTagClassName
{
color: #AA1C7B;
}
</style>
background-color css
<style>
a { background-color: #AA1C7B; }
a { background-color: rgb(170,28,123); }
div.DivClassName
{
background-color: #AA1C7B;
}
.BgClassName
{
background-color: #AA1C7B;
}
</style>
border-color css
<style>
span { border-color: #AA1C7B; }
span { border-color: rgb(170,28,123); }
td.TdClassName
{
border-color: #AA1C7B;
}
.TagClassName
{
border-color: #AA1C7B;
}
</style>