Shades of Medium Red Violet #AA239B
Tints of Medium Red Violet #AA239B
RGB
CMYK
RGB Variations
Color information
#AA239B (or 0xAA239B) is known color: Medium Red Violet. HEX triplet: AA, 23 and 9B. RGB value is (170,35,155). Sum of RGB (Red+Green+Blue) = 170+35+155=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA239B is #55DC64. Grayscale: #585858. Windows color (decimal): -5626981 or 10167210. OLE color: 10167210.
HSL color Cylindrical-coordinate representation of color #AA239B: hue angle of 306.67º 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 #AA239B is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 155 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.33 |
| HSL | 306.67º | 0.66% | 0.4% | - |
| HSV(B) | 306.67º | 0.79% | 0.67% | - |
| XYZ | 23.09 | 12.11 | 32.13 | - |
| YUV | 89.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 155 | 0 | 0.79 | 0.09 | 0.33 | 306.67 | 0.66 | 0.4 |
| Hex | AA | 23 | 9B | 0 | 4F | 9 | 21 | 133 | 42 | 28 |
| Octal | 252 | 43 | 233 | 0 | 117 | 11 | 41 | 463 | 102 | 50 |
| Binary | 10101010 | 100011 | 10011011 | 0 | 1001111 | 1001 | 100001 | 100110011 | 1000010 | 101000 |
Color Harmonies of #AA239B
Complementary color
Monochromatic Colors of #AA239B
Black with #AA239B
Text Example
Text Example
White with #AA239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA239B; }
p { color: rgb(170,35,155); }
H1.HeaderClassName
{
color: #AA239B;
}
.AnyTagClassName
{
color: #AA239B;
}
</style>
background-color css
<style>
a { background-color: #AA239B; }
a { background-color: rgb(170,35,155); }
div.DivClassName
{
background-color: #AA239B;
}
.BgClassName
{
background-color: #AA239B;
}
</style>
border-color css
<style>
span { border-color: #AA239B; }
span { border-color: rgb(170,35,155); }
td.TdClassName
{
border-color: #AA239B;
}
.TagClassName
{
border-color: #AA239B;
}
</style>