Shades of Medium Red Violet #AA367C
Tints of Medium Red Violet #AA367C
RGB
CMYK
RGB Variations
Color information
#AA367C (or 0xAA367C) is known color: Medium Red Violet. HEX triplet: AA, 36 and 7C. RGB value is (170,54,124). Sum of RGB (Red+Green+Blue) = 170+54+124=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA367C is #55C983. Grayscale: #606060. Windows color (decimal): -5622148 or 8140458. OLE color: 8140458.
HSL color Cylindrical-coordinate representation of color #AA367C: hue angle of 323.79º 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 #AA367C is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 124 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.33 |
| HSL | 323.79º | 0.52% | 0.44% | - |
| HSV(B) | 323.79º | 0.68% | 0.67% | - |
| XYZ | 21.53 | 12.64 | 20.37 | - |
| YUV | 96.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 124 | 0 | 0.68 | 0.27 | 0.33 | 323.79 | 0.52 | 0.44 |
| Hex | AA | 36 | 7C | 0 | 44 | 1B | 21 | 144 | 34 | 2C |
| Octal | 252 | 66 | 174 | 0 | 104 | 33 | 41 | 504 | 64 | 54 |
| Binary | 10101010 | 110110 | 1111100 | 0 | 1000100 | 11011 | 100001 | 101000100 | 110100 | 101100 |
Color Harmonies of #AA367C
Complementary color
Monochromatic Colors of #AA367C
Black with #AA367C
Text Example
Text Example
White with #AA367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA367C; }
p { color: rgb(170,54,124); }
H1.HeaderClassName
{
color: #AA367C;
}
.AnyTagClassName
{
color: #AA367C;
}
</style>
background-color css
<style>
a { background-color: #AA367C; }
a { background-color: rgb(170,54,124); }
div.DivClassName
{
background-color: #AA367C;
}
.BgClassName
{
background-color: #AA367C;
}
</style>
border-color css
<style>
span { border-color: #AA367C; }
span { border-color: rgb(170,54,124); }
td.TdClassName
{
border-color: #AA367C;
}
.TagClassName
{
border-color: #AA367C;
}
</style>