Shades of Medium Red Violet #AA369F
Tints of Medium Red Violet #AA369F
RGB
CMYK
RGB Variations
Color information
#AA369F (or 0xAA369F) is known color: Medium Red Violet. HEX triplet: AA, 36 and 9F. RGB value is (170,54,159). Sum of RGB (Red+Green+Blue) = 170+54+159=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA369F is #55C960. Grayscale: #646464. Windows color (decimal): -5622113 or 10434218. OLE color: 10434218.
HSL color Cylindrical-coordinate representation of color #AA369F: hue angle of 305.69º 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 #AA369F is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 159 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.33 |
| HSL | 305.69º | 0.52% | 0.44% | - |
| HSV(B) | 305.69º | 0.68% | 0.67% | - |
| XYZ | 24.15 | 13.69 | 34.17 | - |
| YUV | 100.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 159 | 0 | 0.68 | 0.06 | 0.33 | 305.69 | 0.52 | 0.44 |
| Hex | AA | 36 | 9F | 0 | 44 | 6 | 21 | 132 | 34 | 2C |
| Octal | 252 | 66 | 237 | 0 | 104 | 6 | 41 | 462 | 64 | 54 |
| Binary | 10101010 | 110110 | 10011111 | 0 | 1000100 | 110 | 100001 | 100110010 | 110100 | 101100 |
Color Harmonies of #AA369F
Complementary color
Monochromatic Colors of #AA369F
Black with #AA369F
Text Example
Text Example
White with #AA369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA369F; }
p { color: rgb(170,54,159); }
H1.HeaderClassName
{
color: #AA369F;
}
.AnyTagClassName
{
color: #AA369F;
}
</style>
background-color css
<style>
a { background-color: #AA369F; }
a { background-color: rgb(170,54,159); }
div.DivClassName
{
background-color: #AA369F;
}
.BgClassName
{
background-color: #AA369F;
}
</style>
border-color css
<style>
span { border-color: #AA369F; }
span { border-color: rgb(170,54,159); }
td.TdClassName
{
border-color: #AA369F;
}
.TagClassName
{
border-color: #AA369F;
}
</style>