Shades of Medium Red Violet #AA259A
Tints of Medium Red Violet #AA259A
RGB
CMYK
RGB Variations
Color information
#AA259A (or 0xAA259A) is known color: Medium Red Violet. HEX triplet: AA, 25 and 9A. RGB value is (170,37,154). Sum of RGB (Red+Green+Blue) = 170+37+154=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA259A is #55DA65. Grayscale: #595959. Windows color (decimal): -5626470 or 10102186. OLE color: 10102186.
HSL color Cylindrical-coordinate representation of color #AA259A: hue angle of 307.22º 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 #AA259A is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 154 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.33 |
| HSL | 307.22º | 0.64% | 0.41% | - |
| HSV(B) | 307.22º | 0.78% | 0.67% | - |
| XYZ | 23.07 | 12.2 | 31.71 | - |
| YUV | 90.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 154 | 0 | 0.78 | 0.09 | 0.33 | 307.22 | 0.64 | 0.41 |
| Hex | AA | 25 | 9A | 0 | 4E | 9 | 21 | 133 | 40 | 29 |
| Octal | 252 | 45 | 232 | 0 | 116 | 11 | 41 | 463 | 100 | 51 |
| Binary | 10101010 | 100101 | 10011010 | 0 | 1001110 | 1001 | 100001 | 100110011 | 1000000 | 101001 |
Color Harmonies of #AA259A
Complementary color
Monochromatic Colors of #AA259A
Black with #AA259A
Text Example
Text Example
White with #AA259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA259A; }
p { color: rgb(170,37,154); }
H1.HeaderClassName
{
color: #AA259A;
}
.AnyTagClassName
{
color: #AA259A;
}
</style>
background-color css
<style>
a { background-color: #AA259A; }
a { background-color: rgb(170,37,154); }
div.DivClassName
{
background-color: #AA259A;
}
.BgClassName
{
background-color: #AA259A;
}
</style>
border-color css
<style>
span { border-color: #AA259A; }
span { border-color: rgb(170,37,154); }
td.TdClassName
{
border-color: #AA259A;
}
.TagClassName
{
border-color: #AA259A;
}
</style>