Shades of Medium Red Violet #AA267B
Tints of Medium Red Violet #AA267B
RGB
CMYK
RGB Variations
Color information
#AA267B (or 0xAA267B) is known color: Medium Red Violet. HEX triplet: AA, 26 and 7B. RGB value is (170,38,123). Sum of RGB (Red+Green+Blue) = 170+38+123=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA267B is #55D984. Grayscale: #565656. Windows color (decimal): -5626245 or 8070826. OLE color: 8070826.
HSL color Cylindrical-coordinate representation of color #AA267B: hue angle of 321.36º 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 #AA267B is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 123 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.33 |
| HSL | 321.36º | 0.63% | 0.41% | - |
| HSV(B) | 321.36º | 0.78% | 0.67% | - |
| XYZ | 20.85 | 11.36 | 19.83 | - |
| YUV | 87.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 123 | 0 | 0.78 | 0.28 | 0.33 | 321.36 | 0.63 | 0.41 |
| Hex | AA | 26 | 7B | 0 | 4E | 1C | 21 | 141 | 3F | 29 |
| Octal | 252 | 46 | 173 | 0 | 116 | 34 | 41 | 501 | 77 | 51 |
| Binary | 10101010 | 100110 | 1111011 | 0 | 1001110 | 11100 | 100001 | 101000001 | 111111 | 101001 |
Color Harmonies of #AA267B
Complementary color
Monochromatic Colors of #AA267B
Black with #AA267B
Text Example
Text Example
White with #AA267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA267B; }
p { color: rgb(170,38,123); }
H1.HeaderClassName
{
color: #AA267B;
}
.AnyTagClassName
{
color: #AA267B;
}
</style>
background-color css
<style>
a { background-color: #AA267B; }
a { background-color: rgb(170,38,123); }
div.DivClassName
{
background-color: #AA267B;
}
.BgClassName
{
background-color: #AA267B;
}
</style>
border-color css
<style>
span { border-color: #AA267B; }
span { border-color: rgb(170,38,123); }
td.TdClassName
{
border-color: #AA267B;
}
.TagClassName
{
border-color: #AA267B;
}
</style>