Shades of Medium Red Violet #AA308A
Tints of Medium Red Violet #AA308A
RGB
CMYK
RGB Variations
Color information
#AA308A (or 0xAA308A) is known color: Medium Red Violet. HEX triplet: AA, 30 and 8A. RGB value is (170,48,138). Sum of RGB (Red+Green+Blue) = 170+48+138=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA308A is #55CF75. Grayscale: #5E5E5E. Windows color (decimal): -5623670 or 9056426. OLE color: 9056426.
HSL color Cylindrical-coordinate representation of color #AA308A: hue angle of 315.74º 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 #AA308A is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 138 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.33 |
| HSL | 315.74º | 0.56% | 0.43% | - |
| HSV(B) | 315.74º | 0.72% | 0.67% | - |
| XYZ | 22.22 | 12.49 | 25.29 | - |
| YUV | 94.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 138 | 0 | 0.72 | 0.19 | 0.33 | 315.74 | 0.56 | 0.43 |
| Hex | AA | 30 | 8A | 0 | 48 | 13 | 21 | 13C | 38 | 2B |
| Octal | 252 | 60 | 212 | 0 | 110 | 23 | 41 | 474 | 70 | 53 |
| Binary | 10101010 | 110000 | 10001010 | 0 | 1001000 | 10011 | 100001 | 100111100 | 111000 | 101011 |
Color Harmonies of #AA308A
Complementary color
Monochromatic Colors of #AA308A
Black with #AA308A
Text Example
Text Example
White with #AA308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA308A; }
p { color: rgb(170,48,138); }
H1.HeaderClassName
{
color: #AA308A;
}
.AnyTagClassName
{
color: #AA308A;
}
</style>
background-color css
<style>
a { background-color: #AA308A; }
a { background-color: rgb(170,48,138); }
div.DivClassName
{
background-color: #AA308A;
}
.BgClassName
{
background-color: #AA308A;
}
</style>
border-color css
<style>
span { border-color: #AA308A; }
span { border-color: rgb(170,48,138); }
td.TdClassName
{
border-color: #AA308A;
}
.TagClassName
{
border-color: #AA308A;
}
</style>