Shades of Medium Violet Red #AA1284
Tints of Medium Violet Red #AA1284
RGB
CMYK
RGB Variations
Color information
#AA1284 (or 0xAA1284) is known color: Medium Violet Red. HEX triplet: AA, 12 and 84. RGB value is (170,18,132). Sum of RGB (Red+Green+Blue) = 170+18+132=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1284 is #55ED7B. Grayscale: #4C4C4C. Windows color (decimal): -5631356 or 8655530. OLE color: 8655530.
HSL color Cylindrical-coordinate representation of color #AA1284: hue angle of 315º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1284 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 132 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.33 |
| HSL | 315º | 0.81% | 0.37% | - |
| HSV(B) | 315º | 0.89% | 0.67% | - |
| XYZ | 20.96 | 10.64 | 22.78 | - |
| YUV | 76.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 132 | 0 | 0.89 | 0.22 | 0.33 | 315 | 0.81 | 0.37 |
| Hex | AA | 12 | 84 | 0 | 59 | 16 | 21 | 13B | 51 | 25 |
| Octal | 252 | 22 | 204 | 0 | 131 | 26 | 41 | 473 | 121 | 45 |
| Binary | 10101010 | 10010 | 10000100 | 0 | 1011001 | 10110 | 100001 | 100111011 | 1010001 | 100101 |
Color Harmonies of #AA1284
Complementary color
Monochromatic Colors of #AA1284
Black with #AA1284
Text Example
Text Example
White with #AA1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1284; }
p { color: rgb(170,18,132); }
H1.HeaderClassName
{
color: #AA1284;
}
.AnyTagClassName
{
color: #AA1284;
}
</style>
background-color css
<style>
a { background-color: #AA1284; }
a { background-color: rgb(170,18,132); }
div.DivClassName
{
background-color: #AA1284;
}
.BgClassName
{
background-color: #AA1284;
}
</style>
border-color css
<style>
span { border-color: #AA1284; }
span { border-color: rgb(170,18,132); }
td.TdClassName
{
border-color: #AA1284;
}
.TagClassName
{
border-color: #AA1284;
}
</style>