Shades of Medium Red Violet #AA238F
Tints of Medium Red Violet #AA238F
RGB
CMYK
RGB Variations
Color information
#AA238F (or 0xAA238F) is known color: Medium Red Violet. HEX triplet: AA, 23 and 8F. RGB value is (170,35,143). Sum of RGB (Red+Green+Blue) = 170+35+143=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA238F is #55DC70. Grayscale: #575757. Windows color (decimal): -5626993 or 9380778. OLE color: 9380778.
HSL color Cylindrical-coordinate representation of color #AA238F: hue angle of 312º 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 #AA238F is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 143 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.33 |
| HSL | 312º | 0.66% | 0.4% | - |
| HSV(B) | 312º | 0.79% | 0.67% | - |
| XYZ | 22.14 | 11.73 | 27.08 | - |
| YUV | 87.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 143 | 0 | 0.79 | 0.16 | 0.33 | 312 | 0.66 | 0.4 |
| Hex | AA | 23 | 8F | 0 | 4F | 10 | 21 | 138 | 42 | 28 |
| Octal | 252 | 43 | 217 | 0 | 117 | 20 | 41 | 470 | 102 | 50 |
| Binary | 10101010 | 100011 | 10001111 | 0 | 1001111 | 10000 | 100001 | 100111000 | 1000010 | 101000 |
Color Harmonies of #AA238F
Complementary color
Monochromatic Colors of #AA238F
Black with #AA238F
Text Example
Text Example
White with #AA238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA238F; }
p { color: rgb(170,35,143); }
H1.HeaderClassName
{
color: #AA238F;
}
.AnyTagClassName
{
color: #AA238F;
}
</style>
background-color css
<style>
a { background-color: #AA238F; }
a { background-color: rgb(170,35,143); }
div.DivClassName
{
background-color: #AA238F;
}
.BgClassName
{
background-color: #AA238F;
}
</style>
border-color css
<style>
span { border-color: #AA238F; }
span { border-color: rgb(170,35,143); }
td.TdClassName
{
border-color: #AA238F;
}
.TagClassName
{
border-color: #AA238F;
}
</style>