Shades of Medium Red Violet #AA369B
Tints of Medium Red Violet #AA369B
RGB
CMYK
RGB Variations
Color information
#AA369B (or 0xAA369B) is known color: Medium Red Violet. HEX triplet: AA, 36 and 9B. RGB value is (170,54,155). Sum of RGB (Red+Green+Blue) = 170+54+155=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA369B is #55C964. Grayscale: #636363. Windows color (decimal): -5622117 or 10172074. OLE color: 10172074.
HSL color Cylindrical-coordinate representation of color #AA369B: hue angle of 307.76º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA369B is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 155 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.33 |
| HSL | 307.76º | 0.52% | 0.44% | - |
| HSV(B) | 307.76º | 0.68% | 0.67% | - |
| XYZ | 23.81 | 13.55 | 32.37 | - |
| YUV | 100.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 155 | 0 | 0.68 | 0.09 | 0.33 | 307.76 | 0.52 | 0.44 |
| Hex | AA | 36 | 9B | 0 | 44 | 9 | 21 | 134 | 34 | 2C |
| Octal | 252 | 66 | 233 | 0 | 104 | 11 | 41 | 464 | 64 | 54 |
| Binary | 10101010 | 110110 | 10011011 | 0 | 1000100 | 1001 | 100001 | 100110100 | 110100 | 101100 |
Color Harmonies of #AA369B
Complementary color
Monochromatic Colors of #AA369B
Black with #AA369B
Text Example
Text Example
White with #AA369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA369B; }
p { color: rgb(170,54,155); }
H1.HeaderClassName
{
color: #AA369B;
}
.AnyTagClassName
{
color: #AA369B;
}
</style>
background-color css
<style>
a { background-color: #AA369B; }
a { background-color: rgb(170,54,155); }
div.DivClassName
{
background-color: #AA369B;
}
.BgClassName
{
background-color: #AA369B;
}
</style>
border-color css
<style>
span { border-color: #AA369B; }
span { border-color: rgb(170,54,155); }
td.TdClassName
{
border-color: #AA369B;
}
.TagClassName
{
border-color: #AA369B;
}
</style>