Shades of Medium Violet Red #AA168B
Tints of Medium Violet Red #AA168B
RGB
CMYK
RGB Variations
Color information
#AA168B (or 0xAA168B) is known color: Medium Violet Red. HEX triplet: AA, 16 and 8B. RGB value is (170,22,139). Sum of RGB (Red+Green+Blue) = 170+22+139=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA168B is #55E974. Grayscale: #4F4F4F. Windows color (decimal): -5630325 or 9115306. OLE color: 9115306.
HSL color Cylindrical-coordinate representation of color #AA168B: hue angle of 312.57º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA168B is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 139 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.33 |
| HSL | 312.57º | 0.77% | 0.38% | - |
| HSV(B) | 312.57º | 0.87% | 0.67% | - |
| XYZ | 21.52 | 10.98 | 25.41 | - |
| YUV | 79.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 139 | 0 | 0.87 | 0.18 | 0.33 | 312.57 | 0.77 | 0.38 |
| Hex | AA | 16 | 8B | 0 | 57 | 12 | 21 | 139 | 4D | 26 |
| Octal | 252 | 26 | 213 | 0 | 127 | 22 | 41 | 471 | 115 | 46 |
| Binary | 10101010 | 10110 | 10001011 | 0 | 1010111 | 10010 | 100001 | 100111001 | 1001101 | 100110 |
Color Harmonies of #AA168B
Complementary color
Monochromatic Colors of #AA168B
Black with #AA168B
Text Example
Text Example
White with #AA168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA168B; }
p { color: rgb(170,22,139); }
H1.HeaderClassName
{
color: #AA168B;
}
.AnyTagClassName
{
color: #AA168B;
}
</style>
background-color css
<style>
a { background-color: #AA168B; }
a { background-color: rgb(170,22,139); }
div.DivClassName
{
background-color: #AA168B;
}
.BgClassName
{
background-color: #AA168B;
}
</style>
border-color css
<style>
span { border-color: #AA168B; }
span { border-color: rgb(170,22,139); }
td.TdClassName
{
border-color: #AA168B;
}
.TagClassName
{
border-color: #AA168B;
}
</style>