Shades of Medium Red Violet #AA308D
Tints of Medium Red Violet #AA308D
RGB
CMYK
RGB Variations
Color information
#AA308D (or 0xAA308D) is known color: Medium Red Violet. HEX triplet: AA, 30 and 8D. RGB value is (170,48,141). Sum of RGB (Red+Green+Blue) = 170+48+141=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA308D is #55CF72. Grayscale: #5E5E5E. Windows color (decimal): -5623667 or 9253034. OLE color: 9253034.
HSL color Cylindrical-coordinate representation of color #AA308D: hue angle of 314.26º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA308D is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 141 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.33 |
| HSL | 314.26º | 0.56% | 0.43% | - |
| HSV(B) | 314.26º | 0.72% | 0.67% | - |
| XYZ | 22.44 | 12.58 | 26.45 | - |
| YUV | 95.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 141 | 0 | 0.72 | 0.17 | 0.33 | 314.26 | 0.56 | 0.43 |
| Hex | AA | 30 | 8D | 0 | 48 | 11 | 21 | 13A | 38 | 2B |
| Octal | 252 | 60 | 215 | 0 | 110 | 21 | 41 | 472 | 70 | 53 |
| Binary | 10101010 | 110000 | 10001101 | 0 | 1001000 | 10001 | 100001 | 100111010 | 111000 | 101011 |
Color Harmonies of #AA308D
Complementary color
Monochromatic Colors of #AA308D
Black with #AA308D
Text Example
Text Example
White with #AA308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA308D; }
p { color: rgb(170,48,141); }
H1.HeaderClassName
{
color: #AA308D;
}
.AnyTagClassName
{
color: #AA308D;
}
</style>
background-color css
<style>
a { background-color: #AA308D; }
a { background-color: rgb(170,48,141); }
div.DivClassName
{
background-color: #AA308D;
}
.BgClassName
{
background-color: #AA308D;
}
</style>
border-color css
<style>
span { border-color: #AA308D; }
span { border-color: rgb(170,48,141); }
td.TdClassName
{
border-color: #AA308D;
}
.TagClassName
{
border-color: #AA308D;
}
</style>