Shades of Medium Red Violet #AA2B8D
Tints of Medium Red Violet #AA2B8D
RGB
CMYK
RGB Variations
Color information
#AA2B8D (or 0xAA2B8D) is known color: Medium Red Violet. HEX triplet: AA, 2B and 8D. RGB value is (170,43,141). Sum of RGB (Red+Green+Blue) = 170+43+141=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2B8D is #55D472. Grayscale: #5B5B5B. Windows color (decimal): -5624947 or 9251754. OLE color: 9251754.
HSL color Cylindrical-coordinate representation of color #AA2B8D: hue angle of 313.7º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2B8D is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 141 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.33 |
| HSL | 313.7º | 0.6% | 0.42% | - |
| HSV(B) | 313.7º | 0.75% | 0.67% | - |
| XYZ | 22.25 | 12.2 | 26.38 | - |
| YUV | 92.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 141 | 0 | 0.75 | 0.17 | 0.33 | 313.7 | 0.6 | 0.42 |
| Hex | AA | 2B | 8D | 0 | 4B | 11 | 21 | 13A | 3C | 2A |
| Octal | 252 | 53 | 215 | 0 | 113 | 21 | 41 | 472 | 74 | 52 |
| Binary | 10101010 | 101011 | 10001101 | 0 | 1001011 | 10001 | 100001 | 100111010 | 111100 | 101010 |
Color Harmonies of #AA2B8D
Complementary color
Monochromatic Colors of #AA2B8D
Black with #AA2B8D
Text Example
Text Example
White with #AA2B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B8D; }
p { color: rgb(170,43,141); }
H1.HeaderClassName
{
color: #AA2B8D;
}
.AnyTagClassName
{
color: #AA2B8D;
}
</style>
background-color css
<style>
a { background-color: #AA2B8D; }
a { background-color: rgb(170,43,141); }
div.DivClassName
{
background-color: #AA2B8D;
}
.BgClassName
{
background-color: #AA2B8D;
}
</style>
border-color css
<style>
span { border-color: #AA2B8D; }
span { border-color: rgb(170,43,141); }
td.TdClassName
{
border-color: #AA2B8D;
}
.TagClassName
{
border-color: #AA2B8D;
}
</style>