Shades of Medium Red Violet #AA308F
Tints of Medium Red Violet #AA308F
RGB
CMYK
RGB Variations
Color information
#AA308F (or 0xAA308F) is known color: Medium Red Violet. HEX triplet: AA, 30 and 8F. RGB value is (170,48,143). Sum of RGB (Red+Green+Blue) = 170+48+143=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA308F is #55CF70. Grayscale: #5F5F5F. Windows color (decimal): -5623665 or 9384106. OLE color: 9384106.
HSL color Cylindrical-coordinate representation of color #AA308F: hue angle of 313.28º 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 #AA308F is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 143 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.33 |
| HSL | 313.28º | 0.56% | 0.43% | - |
| HSV(B) | 313.28º | 0.72% | 0.67% | - |
| XYZ | 22.59 | 12.64 | 27.24 | - |
| YUV | 95.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 143 | 0 | 0.72 | 0.16 | 0.33 | 313.28 | 0.56 | 0.43 |
| Hex | AA | 30 | 8F | 0 | 48 | 10 | 21 | 139 | 38 | 2B |
| Octal | 252 | 60 | 217 | 0 | 110 | 20 | 41 | 471 | 70 | 53 |
| Binary | 10101010 | 110000 | 10001111 | 0 | 1001000 | 10000 | 100001 | 100111001 | 111000 | 101011 |
Color Harmonies of #AA308F
Complementary color
Monochromatic Colors of #AA308F
Black with #AA308F
Text Example
Text Example
White with #AA308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA308F; }
p { color: rgb(170,48,143); }
H1.HeaderClassName
{
color: #AA308F;
}
.AnyTagClassName
{
color: #AA308F;
}
</style>
background-color css
<style>
a { background-color: #AA308F; }
a { background-color: rgb(170,48,143); }
div.DivClassName
{
background-color: #AA308F;
}
.BgClassName
{
background-color: #AA308F;
}
</style>
border-color css
<style>
span { border-color: #AA308F; }
span { border-color: rgb(170,48,143); }
td.TdClassName
{
border-color: #AA308F;
}
.TagClassName
{
border-color: #AA308F;
}
</style>