Shades of Medium Red Violet #AA3678
Tints of Medium Red Violet #AA3678
RGB
CMYK
RGB Variations
Color information
#AA3678 (or 0xAA3678) is known color: Medium Red Violet. HEX triplet: AA, 36 and 78. RGB value is (170,54,120). Sum of RGB (Red+Green+Blue) = 170+54+120=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3678 is #55C987. Grayscale: #606060. Windows color (decimal): -5622152 or 7878314. OLE color: 7878314.
HSL color Cylindrical-coordinate representation of color #AA3678: hue angle of 325.86º 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 #AA3678 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 120 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.33 |
| HSL | 325.86º | 0.52% | 0.44% | - |
| HSV(B) | 325.86º | 0.68% | 0.67% | - |
| XYZ | 21.29 | 12.54 | 19.07 | - |
| YUV | 96.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 120 | 0 | 0.68 | 0.29 | 0.33 | 325.86 | 0.52 | 0.44 |
| Hex | AA | 36 | 78 | 0 | 44 | 1D | 21 | 146 | 34 | 2C |
| Octal | 252 | 66 | 170 | 0 | 104 | 35 | 41 | 506 | 64 | 54 |
| Binary | 10101010 | 110110 | 1111000 | 0 | 1000100 | 11101 | 100001 | 101000110 | 110100 | 101100 |
Color Harmonies of #AA3678
Complementary color
Monochromatic Colors of #AA3678
Black with #AA3678
Text Example
Text Example
White with #AA3678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3678; }
p { color: rgb(170,54,120); }
H1.HeaderClassName
{
color: #AA3678;
}
.AnyTagClassName
{
color: #AA3678;
}
</style>
background-color css
<style>
a { background-color: #AA3678; }
a { background-color: rgb(170,54,120); }
div.DivClassName
{
background-color: #AA3678;
}
.BgClassName
{
background-color: #AA3678;
}
</style>
border-color css
<style>
span { border-color: #AA3678; }
span { border-color: rgb(170,54,120); }
td.TdClassName
{
border-color: #AA3678;
}
.TagClassName
{
border-color: #AA3678;
}
</style>