Shades of Medium Violet Red #AA0484
Tints of Medium Violet Red #AA0484
RGB
CMYK
RGB Variations
Color information
#AA0484 (or 0xAA0484) is known color: Medium Violet Red. HEX triplet: AA, 04 and 84. RGB value is (170,4,132). Sum of RGB (Red+Green+Blue) = 170+4+132=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0484 is #55FB7B. Grayscale: #434343. Windows color (decimal): -5634940 or 8651946. OLE color: 8651946.
HSL color Cylindrical-coordinate representation of color #AA0484: hue angle of 313.73º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0484 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.33 |
| HSL | 313.73º | 0.95% | 0.34% | - |
| HSV(B) | 313.73º | 0.98% | 0.67% | - |
| XYZ | 20.79 | 10.3 | 22.72 | - |
| YUV | 68.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 132 | 0 | 0.98 | 0.22 | 0.33 | 313.73 | 0.95 | 0.34 |
| Hex | AA | 4 | 84 | 0 | 62 | 16 | 21 | 13A | 5F | 22 |
| Octal | 252 | 4 | 204 | 0 | 142 | 26 | 41 | 472 | 137 | 42 |
| Binary | 10101010 | 100 | 10000100 | 0 | 1100010 | 10110 | 100001 | 100111010 | 1011111 | 100010 |
Color Harmonies of #AA0484
Complementary color
Monochromatic Colors of #AA0484
Black with #AA0484
Text Example
Text Example
White with #AA0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0484; }
p { color: rgb(170,4,132); }
H1.HeaderClassName
{
color: #AA0484;
}
.AnyTagClassName
{
color: #AA0484;
}
</style>
background-color css
<style>
a { background-color: #AA0484; }
a { background-color: rgb(170,4,132); }
div.DivClassName
{
background-color: #AA0484;
}
.BgClassName
{
background-color: #AA0484;
}
</style>
border-color css
<style>
span { border-color: #AA0484; }
span { border-color: rgb(170,4,132); }
td.TdClassName
{
border-color: #AA0484;
}
.TagClassName
{
border-color: #AA0484;
}
</style>