Shades of Medium Red Violet #AA2679
Tints of Medium Red Violet #AA2679
RGB
CMYK
RGB Variations
Color information
#AA2679 (or 0xAA2679) is known color: Medium Red Violet. HEX triplet: AA, 26 and 79. RGB value is (170,38,121). Sum of RGB (Red+Green+Blue) = 170+38+121=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2679 is #55D986. Grayscale: #565656. Windows color (decimal): -5626247 or 7939754. OLE color: 7939754.
HSL color Cylindrical-coordinate representation of color #AA2679: hue angle of 322.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2679 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 121 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.33 |
| HSL | 322.27º | 0.63% | 0.41% | - |
| HSV(B) | 322.27º | 0.78% | 0.67% | - |
| XYZ | 20.72 | 11.31 | 19.18 | - |
| YUV | 86.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 121 | 0 | 0.78 | 0.29 | 0.33 | 322.27 | 0.63 | 0.41 |
| Hex | AA | 26 | 79 | 0 | 4E | 1D | 21 | 142 | 3F | 29 |
| Octal | 252 | 46 | 171 | 0 | 116 | 35 | 41 | 502 | 77 | 51 |
| Binary | 10101010 | 100110 | 1111001 | 0 | 1001110 | 11101 | 100001 | 101000010 | 111111 | 101001 |
Color Harmonies of #AA2679
Complementary color
Monochromatic Colors of #AA2679
Black with #AA2679
Text Example
Text Example
White with #AA2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2679; }
p { color: rgb(170,38,121); }
H1.HeaderClassName
{
color: #AA2679;
}
.AnyTagClassName
{
color: #AA2679;
}
</style>
background-color css
<style>
a { background-color: #AA2679; }
a { background-color: rgb(170,38,121); }
div.DivClassName
{
background-color: #AA2679;
}
.BgClassName
{
background-color: #AA2679;
}
</style>
border-color css
<style>
span { border-color: #AA2679; }
span { border-color: rgb(170,38,121); }
td.TdClassName
{
border-color: #AA2679;
}
.TagClassName
{
border-color: #AA2679;
}
</style>