Shades of Medium Violet Red #AA168C
Tints of Medium Violet Red #AA168C
RGB
CMYK
RGB Variations
Color information
#AA168C (or 0xAA168C) is known color: Medium Violet Red. HEX triplet: AA, 16 and 8C. RGB value is (170,22,140). Sum of RGB (Red+Green+Blue) = 170+22+140=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA168C is #55E973. Grayscale: #4F4F4F. Windows color (decimal): -5630324 or 9180842. OLE color: 9180842.
HSL color Cylindrical-coordinate representation of color #AA168C: hue angle of 312.16º 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 #AA168C is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 140 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.33 |
| HSL | 312.16º | 0.77% | 0.38% | - |
| HSV(B) | 312.16º | 0.87% | 0.67% | - |
| XYZ | 21.6 | 11.01 | 25.8 | - |
| YUV | 79.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 140 | 0 | 0.87 | 0.18 | 0.33 | 312.16 | 0.77 | 0.38 |
| Hex | AA | 16 | 8C | 0 | 57 | 12 | 21 | 138 | 4D | 26 |
| Octal | 252 | 26 | 214 | 0 | 127 | 22 | 41 | 470 | 115 | 46 |
| Binary | 10101010 | 10110 | 10001100 | 0 | 1010111 | 10010 | 100001 | 100111000 | 1001101 | 100110 |
Color Harmonies of #AA168C
Complementary color
Monochromatic Colors of #AA168C
Black with #AA168C
Text Example
Text Example
White with #AA168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA168C; }
p { color: rgb(170,22,140); }
H1.HeaderClassName
{
color: #AA168C;
}
.AnyTagClassName
{
color: #AA168C;
}
</style>
background-color css
<style>
a { background-color: #AA168C; }
a { background-color: rgb(170,22,140); }
div.DivClassName
{
background-color: #AA168C;
}
.BgClassName
{
background-color: #AA168C;
}
</style>
border-color css
<style>
span { border-color: #AA168C; }
span { border-color: rgb(170,22,140); }
td.TdClassName
{
border-color: #AA168C;
}
.TagClassName
{
border-color: #AA168C;
}
</style>