Shades of Medium Red Violet #AA399B
Tints of Medium Red Violet #AA399B
RGB
CMYK
RGB Variations
Color information
#AA399B (or 0xAA399B) is known color: Medium Red Violet. HEX triplet: AA, 39 and 9B. RGB value is (170,57,155). Sum of RGB (Red+Green+Blue) = 170+57+155=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA399B is #55C664. Grayscale: #656565. Windows color (decimal): -5621349 or 10172842. OLE color: 10172842.
HSL color Cylindrical-coordinate representation of color #AA399B: hue angle of 307.96º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA399B is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 155 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.33 |
| HSL | 307.96º | 0.5% | 0.45% | - |
| HSV(B) | 307.96º | 0.66% | 0.67% | - |
| XYZ | 23.96 | 13.84 | 32.42 | - |
| YUV | 101.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 155 | 0 | 0.66 | 0.09 | 0.33 | 307.96 | 0.5 | 0.45 |
| Hex | AA | 39 | 9B | 0 | 42 | 9 | 21 | 134 | 32 | 2D |
| Octal | 252 | 71 | 233 | 0 | 102 | 11 | 41 | 464 | 62 | 55 |
| Binary | 10101010 | 111001 | 10011011 | 0 | 1000010 | 1001 | 100001 | 100110100 | 110010 | 101101 |
Color Harmonies of #AA399B
Complementary color
Monochromatic Colors of #AA399B
Black with #AA399B
Text Example
Text Example
White with #AA399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA399B; }
p { color: rgb(170,57,155); }
H1.HeaderClassName
{
color: #AA399B;
}
.AnyTagClassName
{
color: #AA399B;
}
</style>
background-color css
<style>
a { background-color: #AA399B; }
a { background-color: rgb(170,57,155); }
div.DivClassName
{
background-color: #AA399B;
}
.BgClassName
{
background-color: #AA399B;
}
</style>
border-color css
<style>
span { border-color: #AA399B; }
span { border-color: rgb(170,57,155); }
td.TdClassName
{
border-color: #AA399B;
}
.TagClassName
{
border-color: #AA399B;
}
</style>