Shades of Medium Red Violet #AA238C
Tints of Medium Red Violet #AA238C
RGB
CMYK
RGB Variations
Color information
#AA238C (or 0xAA238C) is known color: Medium Red Violet. HEX triplet: AA, 23 and 8C. RGB value is (170,35,140). Sum of RGB (Red+Green+Blue) = 170+35+140=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA238C is #55DC73. Grayscale: #575757. Windows color (decimal): -5626996 or 9184170. OLE color: 9184170.
HSL color Cylindrical-coordinate representation of color #AA238C: hue angle of 313.33º 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 #AA238C is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 140 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.33 |
| HSL | 313.33º | 0.66% | 0.4% | - |
| HSV(B) | 313.33º | 0.79% | 0.67% | - |
| XYZ | 21.91 | 11.64 | 25.9 | - |
| YUV | 87.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 140 | 0 | 0.79 | 0.18 | 0.33 | 313.33 | 0.66 | 0.4 |
| Hex | AA | 23 | 8C | 0 | 4F | 12 | 21 | 139 | 42 | 28 |
| Octal | 252 | 43 | 214 | 0 | 117 | 22 | 41 | 471 | 102 | 50 |
| Binary | 10101010 | 100011 | 10001100 | 0 | 1001111 | 10010 | 100001 | 100111001 | 1000010 | 101000 |
Color Harmonies of #AA238C
Complementary color
Monochromatic Colors of #AA238C
Black with #AA238C
Text Example
Text Example
White with #AA238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA238C; }
p { color: rgb(170,35,140); }
H1.HeaderClassName
{
color: #AA238C;
}
.AnyTagClassName
{
color: #AA238C;
}
</style>
background-color css
<style>
a { background-color: #AA238C; }
a { background-color: rgb(170,35,140); }
div.DivClassName
{
background-color: #AA238C;
}
.BgClassName
{
background-color: #AA238C;
}
</style>
border-color css
<style>
span { border-color: #AA238C; }
span { border-color: rgb(170,35,140); }
td.TdClassName
{
border-color: #AA238C;
}
.TagClassName
{
border-color: #AA238C;
}
</style>