Shades of Medium Red Violet #AA267A
Tints of Medium Red Violet #AA267A
RGB
CMYK
RGB Variations
Color information
#AA267A (or 0xAA267A) is known color: Medium Red Violet. HEX triplet: AA, 26 and 7A. RGB value is (170,38,122). Sum of RGB (Red+Green+Blue) = 170+38+122=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA267A is #55D985. Grayscale: #565656. Windows color (decimal): -5626246 or 8005290. OLE color: 8005290.
HSL color Cylindrical-coordinate representation of color #AA267A: hue angle of 321.82º 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 #AA267A is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 122 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.33 |
| HSL | 321.82º | 0.63% | 0.41% | - |
| HSV(B) | 321.82º | 0.78% | 0.67% | - |
| XYZ | 20.78 | 11.34 | 19.51 | - |
| YUV | 87.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 122 | 0 | 0.78 | 0.28 | 0.33 | 321.82 | 0.63 | 0.41 |
| Hex | AA | 26 | 7A | 0 | 4E | 1C | 21 | 142 | 3F | 29 |
| Octal | 252 | 46 | 172 | 0 | 116 | 34 | 41 | 502 | 77 | 51 |
| Binary | 10101010 | 100110 | 1111010 | 0 | 1001110 | 11100 | 100001 | 101000010 | 111111 | 101001 |
Color Harmonies of #AA267A
Complementary color
Monochromatic Colors of #AA267A
Black with #AA267A
Text Example
Text Example
White with #AA267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA267A; }
p { color: rgb(170,38,122); }
H1.HeaderClassName
{
color: #AA267A;
}
.AnyTagClassName
{
color: #AA267A;
}
</style>
background-color css
<style>
a { background-color: #AA267A; }
a { background-color: rgb(170,38,122); }
div.DivClassName
{
background-color: #AA267A;
}
.BgClassName
{
background-color: #AA267A;
}
</style>
border-color css
<style>
span { border-color: #AA267A; }
span { border-color: rgb(170,38,122); }
td.TdClassName
{
border-color: #AA267A;
}
.TagClassName
{
border-color: #AA267A;
}
</style>