Shades of Medium Red Violet #AA237D
Tints of Medium Red Violet #AA237D
RGB
CMYK
RGB Variations
Color information
#AA237D (or 0xAA237D) is known color: Medium Red Violet. HEX triplet: AA, 23 and 7D. RGB value is (170,35,125). Sum of RGB (Red+Green+Blue) = 170+35+125=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA237D is #55DC82. Grayscale: #555555. Windows color (decimal): -5627011 or 8201130. OLE color: 8201130.
HSL color Cylindrical-coordinate representation of color #AA237D: hue angle of 320º 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 #AA237D is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 125 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.33 |
| HSL | 320º | 0.66% | 0.4% | - |
| HSV(B) | 320º | 0.79% | 0.67% | - |
| XYZ | 20.88 | 11.23 | 20.47 | - |
| YUV | 85.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 125 | 0 | 0.79 | 0.26 | 0.33 | 320 | 0.66 | 0.4 |
| Hex | AA | 23 | 7D | 0 | 4F | 1A | 21 | 140 | 42 | 28 |
| Octal | 252 | 43 | 175 | 0 | 117 | 32 | 41 | 500 | 102 | 50 |
| Binary | 10101010 | 100011 | 1111101 | 0 | 1001111 | 11010 | 100001 | 101000000 | 1000010 | 101000 |
Color Harmonies of #AA237D
Complementary color
Monochromatic Colors of #AA237D
Black with #AA237D
Text Example
Text Example
White with #AA237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA237D; }
p { color: rgb(170,35,125); }
H1.HeaderClassName
{
color: #AA237D;
}
.AnyTagClassName
{
color: #AA237D;
}
</style>
background-color css
<style>
a { background-color: #AA237D; }
a { background-color: rgb(170,35,125); }
div.DivClassName
{
background-color: #AA237D;
}
.BgClassName
{
background-color: #AA237D;
}
</style>
border-color css
<style>
span { border-color: #AA237D; }
span { border-color: rgb(170,35,125); }
td.TdClassName
{
border-color: #AA237D;
}
.TagClassName
{
border-color: #AA237D;
}
</style>