Shades of Medium Red Violet #AA266F
Tints of Medium Red Violet #AA266F
RGB
CMYK
RGB Variations
Color information
#AA266F (or 0xAA266F) is known color: Medium Red Violet. HEX triplet: AA, 26 and 6F. RGB value is (170,38,111). Sum of RGB (Red+Green+Blue) = 170+38+111=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA266F is #55D990. Grayscale: #555555. Windows color (decimal): -5626257 or 7284394. OLE color: 7284394.
HSL color Cylindrical-coordinate representation of color #AA266F: hue angle of 326.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 #AA266F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 111 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.33 |
| HSL | 326.82º | 0.63% | 0.41% | - |
| HSV(B) | 326.82º | 0.78% | 0.67% | - |
| XYZ | 20.14 | 11.08 | 16.12 | - |
| YUV | 85.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 111 | 0 | 0.78 | 0.35 | 0.33 | 326.82 | 0.63 | 0.41 |
| Hex | AA | 26 | 6F | 0 | 4E | 23 | 21 | 147 | 3F | 29 |
| Octal | 252 | 46 | 157 | 0 | 116 | 43 | 41 | 507 | 77 | 51 |
| Binary | 10101010 | 100110 | 1101111 | 0 | 1001110 | 100011 | 100001 | 101000111 | 111111 | 101001 |
Color Harmonies of #AA266F
Complementary color
Monochromatic Colors of #AA266F
Black with #AA266F
Text Example
Text Example
White with #AA266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA266F; }
p { color: rgb(170,38,111); }
H1.HeaderClassName
{
color: #AA266F;
}
.AnyTagClassName
{
color: #AA266F;
}
</style>
background-color css
<style>
a { background-color: #AA266F; }
a { background-color: rgb(170,38,111); }
div.DivClassName
{
background-color: #AA266F;
}
.BgClassName
{
background-color: #AA266F;
}
</style>
border-color css
<style>
span { border-color: #AA266F; }
span { border-color: rgb(170,38,111); }
td.TdClassName
{
border-color: #AA266F;
}
.TagClassName
{
border-color: #AA266F;
}
</style>