Shades of Medium Red Violet #AA257F
Tints of Medium Red Violet #AA257F
RGB
CMYK
RGB Variations
Color information
#AA257F (or 0xAA257F) is known color: Medium Red Violet. HEX triplet: AA, 25 and 7F. RGB value is (170,37,127). Sum of RGB (Red+Green+Blue) = 170+37+127=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA257F is #55DA80. Grayscale: #565656. Windows color (decimal): -5626497 or 8332714. OLE color: 8332714.
HSL color Cylindrical-coordinate representation of color #AA257F: hue angle of 319.4º 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 #AA257F is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 127 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.33 |
| HSL | 319.4º | 0.64% | 0.41% | - |
| HSV(B) | 319.4º | 0.78% | 0.67% | - |
| XYZ | 21.07 | 11.4 | 21.17 | - |
| YUV | 87.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 127 | 0 | 0.78 | 0.25 | 0.33 | 319.4 | 0.64 | 0.41 |
| Hex | AA | 25 | 7F | 0 | 4E | 19 | 21 | 13F | 40 | 29 |
| Octal | 252 | 45 | 177 | 0 | 116 | 31 | 41 | 477 | 100 | 51 |
| Binary | 10101010 | 100101 | 1111111 | 0 | 1001110 | 11001 | 100001 | 100111111 | 1000000 | 101001 |
Color Harmonies of #AA257F
Complementary color
Monochromatic Colors of #AA257F
Black with #AA257F
Text Example
Text Example
White with #AA257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA257F; }
p { color: rgb(170,37,127); }
H1.HeaderClassName
{
color: #AA257F;
}
.AnyTagClassName
{
color: #AA257F;
}
</style>
background-color css
<style>
a { background-color: #AA257F; }
a { background-color: rgb(170,37,127); }
div.DivClassName
{
background-color: #AA257F;
}
.BgClassName
{
background-color: #AA257F;
}
</style>
border-color css
<style>
span { border-color: #AA257F; }
span { border-color: rgb(170,37,127); }
td.TdClassName
{
border-color: #AA257F;
}
.TagClassName
{
border-color: #AA257F;
}
</style>