Shades of Medium Red Violet #AA238B
Tints of Medium Red Violet #AA238B
RGB
CMYK
RGB Variations
Color information
#AA238B (or 0xAA238B) is known color: Medium Red Violet. HEX triplet: AA, 23 and 8B. RGB value is (170,35,139). Sum of RGB (Red+Green+Blue) = 170+35+139=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA238B is #55DC74. Grayscale: #565656. Windows color (decimal): -5626997 or 9118634. OLE color: 9118634.
HSL color Cylindrical-coordinate representation of color #AA238B: hue angle of 313.78º 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 #AA238B is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 139 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.33 |
| HSL | 313.78º | 0.66% | 0.4% | - |
| HSV(B) | 313.78º | 0.79% | 0.67% | - |
| XYZ | 21.84 | 11.61 | 25.52 | - |
| YUV | 87.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 139 | 0 | 0.79 | 0.18 | 0.33 | 313.78 | 0.66 | 0.4 |
| Hex | AA | 23 | 8B | 0 | 4F | 12 | 21 | 13A | 42 | 28 |
| Octal | 252 | 43 | 213 | 0 | 117 | 22 | 41 | 472 | 102 | 50 |
| Binary | 10101010 | 100011 | 10001011 | 0 | 1001111 | 10010 | 100001 | 100111010 | 1000010 | 101000 |
Color Harmonies of #AA238B
Complementary color
Monochromatic Colors of #AA238B
Black with #AA238B
Text Example
Text Example
White with #AA238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA238B; }
p { color: rgb(170,35,139); }
H1.HeaderClassName
{
color: #AA238B;
}
.AnyTagClassName
{
color: #AA238B;
}
</style>
background-color css
<style>
a { background-color: #AA238B; }
a { background-color: rgb(170,35,139); }
div.DivClassName
{
background-color: #AA238B;
}
.BgClassName
{
background-color: #AA238B;
}
</style>
border-color css
<style>
span { border-color: #AA238B; }
span { border-color: rgb(170,35,139); }
td.TdClassName
{
border-color: #AA238B;
}
.TagClassName
{
border-color: #AA238B;
}
</style>