Shades of Medium Red Violet #AA279C
Tints of Medium Red Violet #AA279C
RGB
CMYK
RGB Variations
Color information
#AA279C (or 0xAA279C) is known color: Medium Red Violet. HEX triplet: AA, 27 and 9C. RGB value is (170,39,156). Sum of RGB (Red+Green+Blue) = 170+39+156=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA279C is #55D863. Grayscale: #5B5B5B. Windows color (decimal): -5625956 or 10233770. OLE color: 10233770.
HSL color Cylindrical-coordinate representation of color #AA279C: hue angle of 306.41º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA279C is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 156 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.33 |
| HSL | 306.41º | 0.63% | 0.41% | - |
| HSV(B) | 306.41º | 0.77% | 0.67% | - |
| XYZ | 23.3 | 12.4 | 32.62 | - |
| YUV | 91.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 156 | 0 | 0.77 | 0.08 | 0.33 | 306.41 | 0.63 | 0.41 |
| Hex | AA | 27 | 9C | 0 | 4D | 8 | 21 | 132 | 3F | 29 |
| Octal | 252 | 47 | 234 | 0 | 115 | 10 | 41 | 462 | 77 | 51 |
| Binary | 10101010 | 100111 | 10011100 | 0 | 1001101 | 1000 | 100001 | 100110010 | 111111 | 101001 |
Color Harmonies of #AA279C
Complementary color
Monochromatic Colors of #AA279C
Black with #AA279C
Text Example
Text Example
White with #AA279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA279C; }
p { color: rgb(170,39,156); }
H1.HeaderClassName
{
color: #AA279C;
}
.AnyTagClassName
{
color: #AA279C;
}
</style>
background-color css
<style>
a { background-color: #AA279C; }
a { background-color: rgb(170,39,156); }
div.DivClassName
{
background-color: #AA279C;
}
.BgClassName
{
background-color: #AA279C;
}
</style>
border-color css
<style>
span { border-color: #AA279C; }
span { border-color: rgb(170,39,156); }
td.TdClassName
{
border-color: #AA279C;
}
.TagClassName
{
border-color: #AA279C;
}
</style>