Shades of Medium Red Violet #AA259F
Tints of Medium Red Violet #AA259F
RGB
CMYK
RGB Variations
Color information
#AA259F (or 0xAA259F) is known color: Medium Red Violet. HEX triplet: AA, 25 and 9F. RGB value is (170,37,159). Sum of RGB (Red+Green+Blue) = 170+37+159=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA259F is #55DA60. Grayscale: #5A5A5A. Windows color (decimal): -5626465 or 10429866. OLE color: 10429866.
HSL color Cylindrical-coordinate representation of color #AA259F: hue angle of 304.96º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA259F is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 159 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.33 |
| HSL | 304.96º | 0.64% | 0.41% | - |
| HSV(B) | 304.96º | 0.78% | 0.67% | - |
| XYZ | 23.5 | 12.37 | 33.95 | - |
| YUV | 90.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 159 | 0 | 0.78 | 0.06 | 0.33 | 304.96 | 0.64 | 0.41 |
| Hex | AA | 25 | 9F | 0 | 4E | 6 | 21 | 131 | 40 | 29 |
| Octal | 252 | 45 | 237 | 0 | 116 | 6 | 41 | 461 | 100 | 51 |
| Binary | 10101010 | 100101 | 10011111 | 0 | 1001110 | 110 | 100001 | 100110001 | 1000000 | 101001 |
Color Harmonies of #AA259F
Complementary color
Monochromatic Colors of #AA259F
Black with #AA259F
Text Example
Text Example
White with #AA259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA259F; }
p { color: rgb(170,37,159); }
H1.HeaderClassName
{
color: #AA259F;
}
.AnyTagClassName
{
color: #AA259F;
}
</style>
background-color css
<style>
a { background-color: #AA259F; }
a { background-color: rgb(170,37,159); }
div.DivClassName
{
background-color: #AA259F;
}
.BgClassName
{
background-color: #AA259F;
}
</style>
border-color css
<style>
span { border-color: #AA259F; }
span { border-color: rgb(170,37,159); }
td.TdClassName
{
border-color: #AA259F;
}
.TagClassName
{
border-color: #AA259F;
}
</style>