Shades of Medium Violet Red #AA1092
Tints of Medium Violet Red #AA1092
RGB
CMYK
RGB Variations
Color information
#AA1092 (or 0xAA1092) is known color: Medium Violet Red. HEX triplet: AA, 10 and 92. RGB value is (170,16,146). Sum of RGB (Red+Green+Blue) = 170+16+146=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1092 is #55EF6D. Grayscale: #4C4C4C. Windows color (decimal): -5631854 or 9572522. OLE color: 9572522.
HSL color Cylindrical-coordinate representation of color #AA1092: hue angle of 309.35º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1092 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 146 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.33 |
| HSL | 309.35º | 0.83% | 0.36% | - |
| HSV(B) | 309.35º | 0.91% | 0.67% | - |
| XYZ | 21.95 | 10.99 | 28.16 | - |
| YUV | 76.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 146 | 0 | 0.91 | 0.14 | 0.33 | 309.35 | 0.83 | 0.36 |
| Hex | AA | 10 | 92 | 0 | 5B | E | 21 | 135 | 53 | 24 |
| Octal | 252 | 20 | 222 | 0 | 133 | 16 | 41 | 465 | 123 | 44 |
| Binary | 10101010 | 10000 | 10010010 | 0 | 1011011 | 1110 | 100001 | 100110101 | 1010011 | 100100 |
Color Harmonies of #AA1092
Complementary color
Monochromatic Colors of #AA1092
Black with #AA1092
Text Example
Text Example
White with #AA1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1092; }
p { color: rgb(170,16,146); }
H1.HeaderClassName
{
color: #AA1092;
}
.AnyTagClassName
{
color: #AA1092;
}
</style>
background-color css
<style>
a { background-color: #AA1092; }
a { background-color: rgb(170,16,146); }
div.DivClassName
{
background-color: #AA1092;
}
.BgClassName
{
background-color: #AA1092;
}
</style>
border-color css
<style>
span { border-color: #AA1092; }
span { border-color: rgb(170,16,146); }
td.TdClassName
{
border-color: #AA1092;
}
.TagClassName
{
border-color: #AA1092;
}
</style>