Shades of Medium Red Violet #AA4088
Tints of Medium Red Violet #AA4088
RGB
CMYK
RGB Variations
Color information
#AA4088 (or 0xAA4088) is known color: Medium Red Violet. HEX triplet: AA, 40 and 88. RGB value is (170,64,136). Sum of RGB (Red+Green+Blue) = 170+64+136=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4088 is #55BF77. Grayscale: #676767. Windows color (decimal): -5619576 or 8929450. OLE color: 8929450.
HSL color Cylindrical-coordinate representation of color #AA4088: hue angle of 319.25º 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 #AA4088 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 136 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.33 |
| HSL | 319.25º | 0.45% | 0.46% | - |
| HSV(B) | 319.25º | 0.62% | 0.67% | - |
| XYZ | 22.85 | 13.99 | 24.79 | - |
| YUV | 103.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 136 | 0 | 0.62 | 0.20 | 0.33 | 319.25 | 0.45 | 0.46 |
| Hex | AA | 40 | 88 | 0 | 3E | 14 | 21 | 13F | 2D | 2E |
| Octal | 252 | 100 | 210 | 0 | 76 | 24 | 41 | 477 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10001000 | 0 | 111110 | 10100 | 100001 | 100111111 | 101101 | 101110 |
Color Harmonies of #AA4088
Complementary color
Monochromatic Colors of #AA4088
Black with #AA4088
Text Example
Text Example
White with #AA4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4088; }
p { color: rgb(170,64,136); }
H1.HeaderClassName
{
color: #AA4088;
}
.AnyTagClassName
{
color: #AA4088;
}
</style>
background-color css
<style>
a { background-color: #AA4088; }
a { background-color: rgb(170,64,136); }
div.DivClassName
{
background-color: #AA4088;
}
.BgClassName
{
background-color: #AA4088;
}
</style>
border-color css
<style>
span { border-color: #AA4088; }
span { border-color: rgb(170,64,136); }
td.TdClassName
{
border-color: #AA4088;
}
.TagClassName
{
border-color: #AA4088;
}
</style>