Shades of Medium Red Violet #AA307C
Tints of Medium Red Violet #AA307C
RGB
CMYK
RGB Variations
Color information
#AA307C (or 0xAA307C) is known color: Medium Red Violet. HEX triplet: AA, 30 and 7C. RGB value is (170,48,124). Sum of RGB (Red+Green+Blue) = 170+48+124=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA307C is #55CF83. Grayscale: #5C5C5C. Windows color (decimal): -5623684 or 8138922. OLE color: 8138922.
HSL color Cylindrical-coordinate representation of color #AA307C: hue angle of 322.62º 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 #AA307C is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 124 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.33 |
| HSL | 322.62º | 0.56% | 0.43% | - |
| HSV(B) | 322.62º | 0.72% | 0.67% | - |
| XYZ | 21.27 | 12.12 | 20.29 | - |
| YUV | 93.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 124 | 0 | 0.72 | 0.27 | 0.33 | 322.62 | 0.56 | 0.43 |
| Hex | AA | 30 | 7C | 0 | 48 | 1B | 21 | 143 | 38 | 2B |
| Octal | 252 | 60 | 174 | 0 | 110 | 33 | 41 | 503 | 70 | 53 |
| Binary | 10101010 | 110000 | 1111100 | 0 | 1001000 | 11011 | 100001 | 101000011 | 111000 | 101011 |
Color Harmonies of #AA307C
Complementary color
Monochromatic Colors of #AA307C
Black with #AA307C
Text Example
Text Example
White with #AA307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA307C; }
p { color: rgb(170,48,124); }
H1.HeaderClassName
{
color: #AA307C;
}
.AnyTagClassName
{
color: #AA307C;
}
</style>
background-color css
<style>
a { background-color: #AA307C; }
a { background-color: rgb(170,48,124); }
div.DivClassName
{
background-color: #AA307C;
}
.BgClassName
{
background-color: #AA307C;
}
</style>
border-color css
<style>
span { border-color: #AA307C; }
span { border-color: rgb(170,48,124); }
td.TdClassName
{
border-color: #AA307C;
}
.TagClassName
{
border-color: #AA307C;
}
</style>