Shades of Medium Red Violet #AA3A88
Tints of Medium Red Violet #AA3A88
RGB
CMYK
RGB Variations
Color information
#AA3A88 (or 0xAA3A88) is known color: Medium Red Violet. HEX triplet: AA, 3A and 88. RGB value is (170,58,136). Sum of RGB (Red+Green+Blue) = 170+58+136=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A88 is #55C577. Grayscale: #646464. Windows color (decimal): -5621112 or 8927914. OLE color: 8927914.
HSL color Cylindrical-coordinate representation of color #AA3A88: hue angle of 318.21º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A88 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 136 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.33 |
| HSL | 318.21º | 0.49% | 0.45% | - |
| HSV(B) | 318.21º | 0.66% | 0.67% | - |
| XYZ | 22.53 | 13.35 | 24.68 | - |
| YUV | 100.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 136 | 0 | 0.66 | 0.20 | 0.33 | 318.21 | 0.49 | 0.45 |
| Hex | AA | 3A | 88 | 0 | 42 | 14 | 21 | 13E | 31 | 2D |
| Octal | 252 | 72 | 210 | 0 | 102 | 24 | 41 | 476 | 61 | 55 |
| Binary | 10101010 | 111010 | 10001000 | 0 | 1000010 | 10100 | 100001 | 100111110 | 110001 | 101101 |
Color Harmonies of #AA3A88
Complementary color
Monochromatic Colors of #AA3A88
Black with #AA3A88
Text Example
Text Example
White with #AA3A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A88; }
p { color: rgb(170,58,136); }
H1.HeaderClassName
{
color: #AA3A88;
}
.AnyTagClassName
{
color: #AA3A88;
}
</style>
background-color css
<style>
a { background-color: #AA3A88; }
a { background-color: rgb(170,58,136); }
div.DivClassName
{
background-color: #AA3A88;
}
.BgClassName
{
background-color: #AA3A88;
}
</style>
border-color css
<style>
span { border-color: #AA3A88; }
span { border-color: rgb(170,58,136); }
td.TdClassName
{
border-color: #AA3A88;
}
.TagClassName
{
border-color: #AA3A88;
}
</style>