Shades of Medium Red Violet #AA257C
Tints of Medium Red Violet #AA257C
RGB
CMYK
RGB Variations
Color information
#AA257C (or 0xAA257C) is known color: Medium Red Violet. HEX triplet: AA, 25 and 7C. RGB value is (170,37,124). Sum of RGB (Red+Green+Blue) = 170+37+124=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA257C is #55DA83. Grayscale: #565656. Windows color (decimal): -5626500 or 8136106. OLE color: 8136106.
HSL color Cylindrical-coordinate representation of color #AA257C: hue angle of 320.75º 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 #AA257C is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 124 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.33 |
| HSL | 320.75º | 0.64% | 0.41% | - |
| HSV(B) | 320.75º | 0.78% | 0.67% | - |
| XYZ | 20.88 | 11.32 | 20.15 | - |
| YUV | 86.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 124 | 0 | 0.78 | 0.27 | 0.33 | 320.75 | 0.64 | 0.41 |
| Hex | AA | 25 | 7C | 0 | 4E | 1B | 21 | 141 | 40 | 29 |
| Octal | 252 | 45 | 174 | 0 | 116 | 33 | 41 | 501 | 100 | 51 |
| Binary | 10101010 | 100101 | 1111100 | 0 | 1001110 | 11011 | 100001 | 101000001 | 1000000 | 101001 |
Color Harmonies of #AA257C
Complementary color
Monochromatic Colors of #AA257C
Black with #AA257C
Text Example
Text Example
White with #AA257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA257C; }
p { color: rgb(170,37,124); }
H1.HeaderClassName
{
color: #AA257C;
}
.AnyTagClassName
{
color: #AA257C;
}
</style>
background-color css
<style>
a { background-color: #AA257C; }
a { background-color: rgb(170,37,124); }
div.DivClassName
{
background-color: #AA257C;
}
.BgClassName
{
background-color: #AA257C;
}
</style>
border-color css
<style>
span { border-color: #AA257C; }
span { border-color: rgb(170,37,124); }
td.TdClassName
{
border-color: #AA257C;
}
.TagClassName
{
border-color: #AA257C;
}
</style>