Shades of Medium Red Violet #AA3580
Tints of Medium Red Violet #AA3580
RGB
CMYK
RGB Variations
Color information
#AA3580 (or 0xAA3580) is known color: Medium Red Violet. HEX triplet: AA, 35 and 80. RGB value is (170,53,128). Sum of RGB (Red+Green+Blue) = 170+53+128=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3580 is #55CA7F. Grayscale: #606060. Windows color (decimal): -5622400 or 8402346. OLE color: 8402346.
HSL color Cylindrical-coordinate representation of color #AA3580: hue angle of 321.54º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3580 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 128 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.33 |
| HSL | 321.54º | 0.52% | 0.44% | - |
| HSV(B) | 321.54º | 0.69% | 0.67% | - |
| XYZ | 21.75 | 12.65 | 21.72 | - |
| YUV | 96.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 128 | 0 | 0.69 | 0.25 | 0.33 | 321.54 | 0.52 | 0.44 |
| Hex | AA | 35 | 80 | 0 | 45 | 19 | 21 | 142 | 34 | 2C |
| Octal | 252 | 65 | 200 | 0 | 105 | 31 | 41 | 502 | 64 | 54 |
| Binary | 10101010 | 110101 | 10000000 | 0 | 1000101 | 11001 | 100001 | 101000010 | 110100 | 101100 |
Color Harmonies of #AA3580
Complementary color
Monochromatic Colors of #AA3580
Black with #AA3580
Text Example
Text Example
White with #AA3580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3580; }
p { color: rgb(170,53,128); }
H1.HeaderClassName
{
color: #AA3580;
}
.AnyTagClassName
{
color: #AA3580;
}
</style>
background-color css
<style>
a { background-color: #AA3580; }
a { background-color: rgb(170,53,128); }
div.DivClassName
{
background-color: #AA3580;
}
.BgClassName
{
background-color: #AA3580;
}
</style>
border-color css
<style>
span { border-color: #AA3580; }
span { border-color: rgb(170,53,128); }
td.TdClassName
{
border-color: #AA3580;
}
.TagClassName
{
border-color: #AA3580;
}
</style>