Shades of Medium Violet Red #AA0882
Tints of Medium Violet Red #AA0882
RGB
CMYK
RGB Variations
Color information
#AA0882 (or 0xAA0882) is known color: Medium Violet Red. HEX triplet: AA, 08 and 82. RGB value is (170,8,130). Sum of RGB (Red+Green+Blue) = 170+8+130=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0882 is #55F77D. Grayscale: #464646. Windows color (decimal): -5633918 or 8521898. OLE color: 8521898.
HSL color Cylindrical-coordinate representation of color #AA0882: hue angle of 314.81º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0882 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 130 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.33 |
| HSL | 314.81º | 0.91% | 0.35% | - |
| HSV(B) | 314.81º | 0.95% | 0.67% | - |
| XYZ | 20.69 | 10.33 | 22.02 | - |
| YUV | 70.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 130 | 0 | 0.95 | 0.24 | 0.33 | 314.81 | 0.91 | 0.35 |
| Hex | AA | 8 | 82 | 0 | 5F | 18 | 21 | 13B | 5B | 23 |
| Octal | 252 | 10 | 202 | 0 | 137 | 30 | 41 | 473 | 133 | 43 |
| Binary | 10101010 | 1000 | 10000010 | 0 | 1011111 | 11000 | 100001 | 100111011 | 1011011 | 100011 |
Color Harmonies of #AA0882
Complementary color
Monochromatic Colors of #AA0882
Black with #AA0882
Text Example
Text Example
White with #AA0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0882; }
p { color: rgb(170,8,130); }
H1.HeaderClassName
{
color: #AA0882;
}
.AnyTagClassName
{
color: #AA0882;
}
</style>
background-color css
<style>
a { background-color: #AA0882; }
a { background-color: rgb(170,8,130); }
div.DivClassName
{
background-color: #AA0882;
}
.BgClassName
{
background-color: #AA0882;
}
</style>
border-color css
<style>
span { border-color: #AA0882; }
span { border-color: rgb(170,8,130); }
td.TdClassName
{
border-color: #AA0882;
}
.TagClassName
{
border-color: #AA0882;
}
</style>