Shades of Medium Red Violet #AA1F7B
Tints of Medium Red Violet #AA1F7B
RGB
CMYK
RGB Variations
Color information
#AA1F7B (or 0xAA1F7B) is known color: Medium Red Violet. HEX triplet: AA, 1F and 7B. RGB value is (170,31,123). Sum of RGB (Red+Green+Blue) = 170+31+123=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F7B is #55E084. Grayscale: #525252. Windows color (decimal): -5628037 or 8069034. OLE color: 8069034.
HSL color Cylindrical-coordinate representation of color #AA1F7B: hue angle of 320.29º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F7B is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 123 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.33 |
| HSL | 320.29º | 0.69% | 0.39% | - |
| HSV(B) | 320.29º | 0.82% | 0.67% | - |
| XYZ | 20.64 | 10.96 | 19.77 | - |
| YUV | 83.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 123 | 0 | 0.82 | 0.28 | 0.33 | 320.29 | 0.69 | 0.39 |
| Hex | AA | 1F | 7B | 0 | 52 | 1C | 21 | 140 | 45 | 27 |
| Octal | 252 | 37 | 173 | 0 | 122 | 34 | 41 | 500 | 105 | 47 |
| Binary | 10101010 | 11111 | 1111011 | 0 | 1010010 | 11100 | 100001 | 101000000 | 1000101 | 100111 |
Color Harmonies of #AA1F7B
Complementary color
Monochromatic Colors of #AA1F7B
Black with #AA1F7B
Text Example
Text Example
White with #AA1F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F7B; }
p { color: rgb(170,31,123); }
H1.HeaderClassName
{
color: #AA1F7B;
}
.AnyTagClassName
{
color: #AA1F7B;
}
</style>
background-color css
<style>
a { background-color: #AA1F7B; }
a { background-color: rgb(170,31,123); }
div.DivClassName
{
background-color: #AA1F7B;
}
.BgClassName
{
background-color: #AA1F7B;
}
</style>
border-color css
<style>
span { border-color: #AA1F7B; }
span { border-color: rgb(170,31,123); }
td.TdClassName
{
border-color: #AA1F7B;
}
.TagClassName
{
border-color: #AA1F7B;
}
</style>