Shades of Medium Red Violet #AA379F
Tints of Medium Red Violet #AA379F
RGB
CMYK
RGB Variations
Color information
#AA379F (or 0xAA379F) is known color: Medium Red Violet. HEX triplet: AA, 37 and 9F. RGB value is (170,55,159). Sum of RGB (Red+Green+Blue) = 170+55+159=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA379F is #55C860. Grayscale: #646464. Windows color (decimal): -5621857 or 10434474. OLE color: 10434474.
HSL color Cylindrical-coordinate representation of color #AA379F: hue angle of 305.74º degrees, saturation: 0.51, 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 #AA379F is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 159 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.33 |
| HSL | 305.74º | 0.51% | 0.44% | - |
| HSV(B) | 305.74º | 0.68% | 0.67% | - |
| XYZ | 24.2 | 13.78 | 34.19 | - |
| YUV | 101.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 159 | 0 | 0.68 | 0.06 | 0.33 | 305.74 | 0.51 | 0.44 |
| Hex | AA | 37 | 9F | 0 | 44 | 6 | 21 | 132 | 33 | 2C |
| Octal | 252 | 67 | 237 | 0 | 104 | 6 | 41 | 462 | 63 | 54 |
| Binary | 10101010 | 110111 | 10011111 | 0 | 1000100 | 110 | 100001 | 100110010 | 110011 | 101100 |
Color Harmonies of #AA379F
Complementary color
Monochromatic Colors of #AA379F
Black with #AA379F
Text Example
Text Example
White with #AA379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA379F; }
p { color: rgb(170,55,159); }
H1.HeaderClassName
{
color: #AA379F;
}
.AnyTagClassName
{
color: #AA379F;
}
</style>
background-color css
<style>
a { background-color: #AA379F; }
a { background-color: rgb(170,55,159); }
div.DivClassName
{
background-color: #AA379F;
}
.BgClassName
{
background-color: #AA379F;
}
</style>
border-color css
<style>
span { border-color: #AA379F; }
span { border-color: rgb(170,55,159); }
td.TdClassName
{
border-color: #AA379F;
}
.TagClassName
{
border-color: #AA379F;
}
</style>