Shades of Medium Red Violet #AA237B
Tints of Medium Red Violet #AA237B
RGB
CMYK
RGB Variations
Color information
#AA237B (or 0xAA237B) is known color: Medium Red Violet. HEX triplet: AA, 23 and 7B. RGB value is (170,35,123). Sum of RGB (Red+Green+Blue) = 170+35+123=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA237B is #55DC84. Grayscale: #555555. Windows color (decimal): -5627013 or 8070058. OLE color: 8070058.
HSL color Cylindrical-coordinate representation of color #AA237B: hue angle of 320.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA237B is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 123 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.33 |
| HSL | 320.89º | 0.66% | 0.4% | - |
| HSV(B) | 320.89º | 0.79% | 0.67% | - |
| XYZ | 20.75 | 11.18 | 19.8 | - |
| YUV | 85.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 123 | 0 | 0.79 | 0.28 | 0.33 | 320.89 | 0.66 | 0.4 |
| Hex | AA | 23 | 7B | 0 | 4F | 1C | 21 | 141 | 42 | 28 |
| Octal | 252 | 43 | 173 | 0 | 117 | 34 | 41 | 501 | 102 | 50 |
| Binary | 10101010 | 100011 | 1111011 | 0 | 1001111 | 11100 | 100001 | 101000001 | 1000010 | 101000 |
Color Harmonies of #AA237B
Complementary color
Monochromatic Colors of #AA237B
Black with #AA237B
Text Example
Text Example
White with #AA237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA237B; }
p { color: rgb(170,35,123); }
H1.HeaderClassName
{
color: #AA237B;
}
.AnyTagClassName
{
color: #AA237B;
}
</style>
background-color css
<style>
a { background-color: #AA237B; }
a { background-color: rgb(170,35,123); }
div.DivClassName
{
background-color: #AA237B;
}
.BgClassName
{
background-color: #AA237B;
}
</style>
border-color css
<style>
span { border-color: #AA237B; }
span { border-color: rgb(170,35,123); }
td.TdClassName
{
border-color: #AA237B;
}
.TagClassName
{
border-color: #AA237B;
}
</style>