Shades of Medium Red Violet #AA3088
Tints of Medium Red Violet #AA3088
RGB
CMYK
RGB Variations
Color information
#AA3088 (or 0xAA3088) is known color: Medium Red Violet. HEX triplet: AA, 30 and 88. RGB value is (170,48,136). Sum of RGB (Red+Green+Blue) = 170+48+136=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3088 is #55CF77. Grayscale: #5E5E5E. Windows color (decimal): -5623672 or 8925354. OLE color: 8925354.
HSL color Cylindrical-coordinate representation of color #AA3088: hue angle of 316.72º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3088 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 136 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.33 |
| HSL | 316.72º | 0.56% | 0.43% | - |
| HSV(B) | 316.72º | 0.72% | 0.67% | - |
| XYZ | 22.08 | 12.44 | 24.53 | - |
| YUV | 94.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 136 | 0 | 0.72 | 0.20 | 0.33 | 316.72 | 0.56 | 0.43 |
| Hex | AA | 30 | 88 | 0 | 48 | 14 | 21 | 13D | 38 | 2B |
| Octal | 252 | 60 | 210 | 0 | 110 | 24 | 41 | 475 | 70 | 53 |
| Binary | 10101010 | 110000 | 10001000 | 0 | 1001000 | 10100 | 100001 | 100111101 | 111000 | 101011 |
Color Harmonies of #AA3088
Complementary color
Monochromatic Colors of #AA3088
Black with #AA3088
Text Example
Text Example
White with #AA3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3088; }
p { color: rgb(170,48,136); }
H1.HeaderClassName
{
color: #AA3088;
}
.AnyTagClassName
{
color: #AA3088;
}
</style>
background-color css
<style>
a { background-color: #AA3088; }
a { background-color: rgb(170,48,136); }
div.DivClassName
{
background-color: #AA3088;
}
.BgClassName
{
background-color: #AA3088;
}
</style>
border-color css
<style>
span { border-color: #AA3088; }
span { border-color: rgb(170,48,136); }
td.TdClassName
{
border-color: #AA3088;
}
.TagClassName
{
border-color: #AA3088;
}
</style>