Shades of Medium Red Violet #AA237C
Tints of Medium Red Violet #AA237C
RGB
CMYK
RGB Variations
Color information
#AA237C (or 0xAA237C) is known color: Medium Red Violet. HEX triplet: AA, 23 and 7C. RGB value is (170,35,124). Sum of RGB (Red+Green+Blue) = 170+35+124=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA237C is #55DC83. Grayscale: #555555. Windows color (decimal): -5627012 or 8135594. OLE color: 8135594.
HSL color Cylindrical-coordinate representation of color #AA237C: hue angle of 320.44º 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 #AA237C is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 124 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.33 |
| HSL | 320.44º | 0.66% | 0.4% | - |
| HSV(B) | 320.44º | 0.79% | 0.67% | - |
| XYZ | 20.82 | 11.2 | 20.13 | - |
| YUV | 85.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 124 | 0 | 0.79 | 0.27 | 0.33 | 320.44 | 0.66 | 0.4 |
| Hex | AA | 23 | 7C | 0 | 4F | 1B | 21 | 140 | 42 | 28 |
| Octal | 252 | 43 | 174 | 0 | 117 | 33 | 41 | 500 | 102 | 50 |
| Binary | 10101010 | 100011 | 1111100 | 0 | 1001111 | 11011 | 100001 | 101000000 | 1000010 | 101000 |
Color Harmonies of #AA237C
Complementary color
Monochromatic Colors of #AA237C
Black with #AA237C
Text Example
Text Example
White with #AA237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA237C; }
p { color: rgb(170,35,124); }
H1.HeaderClassName
{
color: #AA237C;
}
.AnyTagClassName
{
color: #AA237C;
}
</style>
background-color css
<style>
a { background-color: #AA237C; }
a { background-color: rgb(170,35,124); }
div.DivClassName
{
background-color: #AA237C;
}
.BgClassName
{
background-color: #AA237C;
}
</style>
border-color css
<style>
span { border-color: #AA237C; }
span { border-color: rgb(170,35,124); }
td.TdClassName
{
border-color: #AA237C;
}
.TagClassName
{
border-color: #AA237C;
}
</style>