Shades of Medium Red Violet #AA307F
Tints of Medium Red Violet #AA307F
RGB
CMYK
RGB Variations
Color information
#AA307F (or 0xAA307F) is known color: Medium Red Violet. HEX triplet: AA, 30 and 7F. RGB value is (170,48,127). Sum of RGB (Red+Green+Blue) = 170+48+127=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA307F is #55CF80. Grayscale: #5D5D5D. Windows color (decimal): -5623681 or 8335530. OLE color: 8335530.
HSL color Cylindrical-coordinate representation of color #AA307F: hue angle of 321.15º 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 #AA307F is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 127 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.33 |
| HSL | 321.15º | 0.56% | 0.43% | - |
| HSV(B) | 321.15º | 0.72% | 0.67% | - |
| XYZ | 21.47 | 12.19 | 21.3 | - |
| YUV | 93.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 127 | 0 | 0.72 | 0.25 | 0.33 | 321.15 | 0.56 | 0.43 |
| Hex | AA | 30 | 7F | 0 | 48 | 19 | 21 | 141 | 38 | 2B |
| Octal | 252 | 60 | 177 | 0 | 110 | 31 | 41 | 501 | 70 | 53 |
| Binary | 10101010 | 110000 | 1111111 | 0 | 1001000 | 11001 | 100001 | 101000001 | 111000 | 101011 |
Color Harmonies of #AA307F
Complementary color
Monochromatic Colors of #AA307F
Black with #AA307F
Text Example
Text Example
White with #AA307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA307F; }
p { color: rgb(170,48,127); }
H1.HeaderClassName
{
color: #AA307F;
}
.AnyTagClassName
{
color: #AA307F;
}
</style>
background-color css
<style>
a { background-color: #AA307F; }
a { background-color: rgb(170,48,127); }
div.DivClassName
{
background-color: #AA307F;
}
.BgClassName
{
background-color: #AA307F;
}
</style>
border-color css
<style>
span { border-color: #AA307F; }
span { border-color: rgb(170,48,127); }
td.TdClassName
{
border-color: #AA307F;
}
.TagClassName
{
border-color: #AA307F;
}
</style>