Shades of Medium Red Violet #AA4098
Tints of Medium Red Violet #AA4098
RGB
CMYK
RGB Variations
Color information
#AA4098 (or 0xAA4098) is known color: Medium Red Violet. HEX triplet: AA, 40 and 98. RGB value is (170,64,152). Sum of RGB (Red+Green+Blue) = 170+64+152=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4098 is #55BF67. Grayscale: #696969. Windows color (decimal): -5619560 or 9978026. OLE color: 9978026.
HSL color Cylindrical-coordinate representation of color #AA4098: hue angle of 310.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4098 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 152 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.33 |
| HSL | 310.19º | 0.45% | 0.46% | - |
| HSV(B) | 310.19º | 0.62% | 0.67% | - |
| XYZ | 24.08 | 14.48 | 31.23 | - |
| YUV | 105.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 152 | 0 | 0.62 | 0.11 | 0.33 | 310.19 | 0.45 | 0.46 |
| Hex | AA | 40 | 98 | 0 | 3E | B | 21 | 136 | 2D | 2E |
| Octal | 252 | 100 | 230 | 0 | 76 | 13 | 41 | 466 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10011000 | 0 | 111110 | 1011 | 100001 | 100110110 | 101101 | 101110 |
Color Harmonies of #AA4098
Complementary color
Monochromatic Colors of #AA4098
Black with #AA4098
Text Example
Text Example
White with #AA4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4098; }
p { color: rgb(170,64,152); }
H1.HeaderClassName
{
color: #AA4098;
}
.AnyTagClassName
{
color: #AA4098;
}
</style>
background-color css
<style>
a { background-color: #AA4098; }
a { background-color: rgb(170,64,152); }
div.DivClassName
{
background-color: #AA4098;
}
.BgClassName
{
background-color: #AA4098;
}
</style>
border-color css
<style>
span { border-color: #AA4098; }
span { border-color: rgb(170,64,152); }
td.TdClassName
{
border-color: #AA4098;
}
.TagClassName
{
border-color: #AA4098;
}
</style>