Shades of Medium Red Violet #AA267C
Tints of Medium Red Violet #AA267C
RGB
CMYK
RGB Variations
Color information
#AA267C (or 0xAA267C) is known color: Medium Red Violet. HEX triplet: AA, 26 and 7C. RGB value is (170,38,124). Sum of RGB (Red+Green+Blue) = 170+38+124=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA267C is #55D983. Grayscale: #575757. Windows color (decimal): -5626244 or 8136362. OLE color: 8136362.
HSL color Cylindrical-coordinate representation of color #AA267C: hue angle of 320.91º 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 #AA267C is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 124 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.33 |
| HSL | 320.91º | 0.63% | 0.41% | - |
| HSV(B) | 320.91º | 0.78% | 0.67% | - |
| XYZ | 20.91 | 11.39 | 20.16 | - |
| YUV | 87.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 124 | 0 | 0.78 | 0.27 | 0.33 | 320.91 | 0.63 | 0.41 |
| Hex | AA | 26 | 7C | 0 | 4E | 1B | 21 | 141 | 3F | 29 |
| Octal | 252 | 46 | 174 | 0 | 116 | 33 | 41 | 501 | 77 | 51 |
| Binary | 10101010 | 100110 | 1111100 | 0 | 1001110 | 11011 | 100001 | 101000001 | 111111 | 101001 |
Color Harmonies of #AA267C
Complementary color
Monochromatic Colors of #AA267C
Black with #AA267C
Text Example
Text Example
White with #AA267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA267C; }
p { color: rgb(170,38,124); }
H1.HeaderClassName
{
color: #AA267C;
}
.AnyTagClassName
{
color: #AA267C;
}
</style>
background-color css
<style>
a { background-color: #AA267C; }
a { background-color: rgb(170,38,124); }
div.DivClassName
{
background-color: #AA267C;
}
.BgClassName
{
background-color: #AA267C;
}
</style>
border-color css
<style>
span { border-color: #AA267C; }
span { border-color: rgb(170,38,124); }
td.TdClassName
{
border-color: #AA267C;
}
.TagClassName
{
border-color: #AA267C;
}
</style>