Shades of Medium Red Violet #AA379D
Tints of Medium Red Violet #AA379D
RGB
CMYK
RGB Variations
Color information
#AA379D (or 0xAA379D) is known color: Medium Red Violet. HEX triplet: AA, 37 and 9D. RGB value is (170,55,157). Sum of RGB (Red+Green+Blue) = 170+55+157=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA379D is #55C862. Grayscale: #646464. Windows color (decimal): -5621859 or 10303402. OLE color: 10303402.
HSL color Cylindrical-coordinate representation of color #AA379D: hue angle of 306.78º 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 #AA379D is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 157 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.33 |
| HSL | 306.78º | 0.51% | 0.44% | - |
| HSV(B) | 306.78º | 0.68% | 0.67% | - |
| XYZ | 24.03 | 13.71 | 33.28 | - |
| YUV | 101.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 157 | 0 | 0.68 | 0.08 | 0.33 | 306.78 | 0.51 | 0.44 |
| Hex | AA | 37 | 9D | 0 | 44 | 8 | 21 | 133 | 33 | 2C |
| Octal | 252 | 67 | 235 | 0 | 104 | 10 | 41 | 463 | 63 | 54 |
| Binary | 10101010 | 110111 | 10011101 | 0 | 1000100 | 1000 | 100001 | 100110011 | 110011 | 101100 |
Color Harmonies of #AA379D
Complementary color
Monochromatic Colors of #AA379D
Black with #AA379D
Text Example
Text Example
White with #AA379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA379D; }
p { color: rgb(170,55,157); }
H1.HeaderClassName
{
color: #AA379D;
}
.AnyTagClassName
{
color: #AA379D;
}
</style>
background-color css
<style>
a { background-color: #AA379D; }
a { background-color: rgb(170,55,157); }
div.DivClassName
{
background-color: #AA379D;
}
.BgClassName
{
background-color: #AA379D;
}
</style>
border-color css
<style>
span { border-color: #AA379D; }
span { border-color: rgb(170,55,157); }
td.TdClassName
{
border-color: #AA379D;
}
.TagClassName
{
border-color: #AA379D;
}
</style>