Shades of Medium Red Violet #AA258F
Tints of Medium Red Violet #AA258F
RGB
CMYK
RGB Variations
Color information
#AA258F (or 0xAA258F) is known color: Medium Red Violet. HEX triplet: AA, 25 and 8F. RGB value is (170,37,143). Sum of RGB (Red+Green+Blue) = 170+37+143=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA258F is #55DA70. Grayscale: #585858. Windows color (decimal): -5626481 or 9381290. OLE color: 9381290.
HSL color Cylindrical-coordinate representation of color #AA258F: hue angle of 312.18º 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 #AA258F is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 143 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.33 |
| HSL | 312.18º | 0.64% | 0.41% | - |
| HSV(B) | 312.18º | 0.78% | 0.67% | - |
| XYZ | 22.2 | 11.85 | 27.1 | - |
| YUV | 88.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 143 | 0 | 0.78 | 0.16 | 0.33 | 312.18 | 0.64 | 0.41 |
| Hex | AA | 25 | 8F | 0 | 4E | 10 | 21 | 138 | 40 | 29 |
| Octal | 252 | 45 | 217 | 0 | 116 | 20 | 41 | 470 | 100 | 51 |
| Binary | 10101010 | 100101 | 10001111 | 0 | 1001110 | 10000 | 100001 | 100111000 | 1000000 | 101001 |
Color Harmonies of #AA258F
Complementary color
Monochromatic Colors of #AA258F
Black with #AA258F
Text Example
Text Example
White with #AA258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA258F; }
p { color: rgb(170,37,143); }
H1.HeaderClassName
{
color: #AA258F;
}
.AnyTagClassName
{
color: #AA258F;
}
</style>
background-color css
<style>
a { background-color: #AA258F; }
a { background-color: rgb(170,37,143); }
div.DivClassName
{
background-color: #AA258F;
}
.BgClassName
{
background-color: #AA258F;
}
</style>
border-color css
<style>
span { border-color: #AA258F; }
span { border-color: rgb(170,37,143); }
td.TdClassName
{
border-color: #AA258F;
}
.TagClassName
{
border-color: #AA258F;
}
</style>