Shades of Medium Red Violet #AA289D
Tints of Medium Red Violet #AA289D
RGB
CMYK
RGB Variations
Color information
#AA289D (or 0xAA289D) is known color: Medium Red Violet. HEX triplet: AA, 28 and 9D. RGB value is (170,40,157). Sum of RGB (Red+Green+Blue) = 170+40+157=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA289D is #55D762. Grayscale: #5B5B5B. Windows color (decimal): -5625699 or 10299562. OLE color: 10299562.
HSL color Cylindrical-coordinate representation of color #AA289D: hue angle of 306º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA289D is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 157 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.33 |
| HSL | 306º | 0.62% | 0.41% | - |
| HSV(B) | 306º | 0.76% | 0.67% | - |
| XYZ | 23.42 | 12.5 | 33.08 | - |
| YUV | 92.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 157 | 0 | 0.76 | 0.08 | 0.33 | 306 | 0.62 | 0.41 |
| Hex | AA | 28 | 9D | 0 | 4C | 8 | 21 | 132 | 3E | 29 |
| Octal | 252 | 50 | 235 | 0 | 114 | 10 | 41 | 462 | 76 | 51 |
| Binary | 10101010 | 101000 | 10011101 | 0 | 1001100 | 1000 | 100001 | 100110010 | 111110 | 101001 |
Color Harmonies of #AA289D
Complementary color
Monochromatic Colors of #AA289D
Black with #AA289D
Text Example
Text Example
White with #AA289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA289D; }
p { color: rgb(170,40,157); }
H1.HeaderClassName
{
color: #AA289D;
}
.AnyTagClassName
{
color: #AA289D;
}
</style>
background-color css
<style>
a { background-color: #AA289D; }
a { background-color: rgb(170,40,157); }
div.DivClassName
{
background-color: #AA289D;
}
.BgClassName
{
background-color: #AA289D;
}
</style>
border-color css
<style>
span { border-color: #AA289D; }
span { border-color: rgb(170,40,157); }
td.TdClassName
{
border-color: #AA289D;
}
.TagClassName
{
border-color: #AA289D;
}
</style>