Shades of Medium Red Violet #AA4581
Tints of Medium Red Violet #AA4581
RGB
CMYK
RGB Variations
Color information
#AA4581 (or 0xAA4581) is known color: Medium Red Violet. HEX triplet: AA, 45 and 81. RGB value is (170,69,129). Sum of RGB (Red+Green+Blue) = 170+69+129=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4581 is #55BA7E. Grayscale: #696969. Windows color (decimal): -5618303 or 8471978. OLE color: 8471978.
HSL color Cylindrical-coordinate representation of color #AA4581: hue angle of 324.36º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4581 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 129 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.33 |
| HSL | 324.36º | 0.42% | 0.47% | - |
| HSV(B) | 324.36º | 0.59% | 0.67% | - |
| XYZ | 22.67 | 14.39 | 22.35 | - |
| YUV | 106.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 129 | 0 | 0.59 | 0.24 | 0.33 | 324.36 | 0.42 | 0.47 |
| Hex | AA | 45 | 81 | 0 | 3B | 18 | 21 | 144 | 2A | 2F |
| Octal | 252 | 105 | 201 | 0 | 73 | 30 | 41 | 504 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10000001 | 0 | 111011 | 11000 | 100001 | 101000100 | 101010 | 101111 |
Color Harmonies of #AA4581
Complementary color
Monochromatic Colors of #AA4581
Black with #AA4581
Text Example
Text Example
White with #AA4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4581; }
p { color: rgb(170,69,129); }
H1.HeaderClassName
{
color: #AA4581;
}
.AnyTagClassName
{
color: #AA4581;
}
</style>
background-color css
<style>
a { background-color: #AA4581; }
a { background-color: rgb(170,69,129); }
div.DivClassName
{
background-color: #AA4581;
}
.BgClassName
{
background-color: #AA4581;
}
</style>
border-color css
<style>
span { border-color: #AA4581; }
span { border-color: rgb(170,69,129); }
td.TdClassName
{
border-color: #AA4581;
}
.TagClassName
{
border-color: #AA4581;
}
</style>