Shades of Medium Purple #AA76F1
Tints of Medium Purple #AA76F1
RGB
CMYK
RGB Variations
Color information
#AA76F1 (or 0xAA76F1) is known color: Medium Purple. HEX triplet: AA, 76 and F1. RGB value is (170,118,241). Sum of RGB (Red+Green+Blue) = 170+118+241=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA76F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76F1 is #55890E. Grayscale: #939393. Windows color (decimal): -5605647 or 15824554. OLE color: 15824554.
HSL color Cylindrical-coordinate representation of color #AA76F1: hue angle of 265.37º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA76F1 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 118 | 241 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.05 |
| HSL | 265.37º | 0.81% | 0.7% | - |
| HSV(B) | 265.37º | 0.51% | 0.95% | - |
| XYZ | 38.93 | 27.85 | 86.54 | - |
| YUV | 147.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 241 | 0.29 | 0.51 | 0 | 0.05 | 265.37 | 0.81 | 0.7 |
| Hex | AA | 76 | F1 | 1D | 33 | 0 | 5 | 109 | 51 | 46 |
| Octal | 252 | 166 | 361 | 35 | 63 | 0 | 5 | 411 | 121 | 106 |
| Binary | 10101010 | 1110110 | 11110001 | 11101 | 110011 | 0 | 101 | 100001001 | 1010001 | 1000110 |
Color Harmonies of #AA76F1
Complementary color
Monochromatic Colors of #AA76F1
Black with #AA76F1
Text Example
Text Example
White with #AA76F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76F1; }
p { color: rgb(170,118,241); }
H1.HeaderClassName
{
color: #AA76F1;
}
.AnyTagClassName
{
color: #AA76F1;
}
</style>
background-color css
<style>
a { background-color: #AA76F1; }
a { background-color: rgb(170,118,241); }
div.DivClassName
{
background-color: #AA76F1;
}
.BgClassName
{
background-color: #AA76F1;
}
</style>
border-color css
<style>
span { border-color: #AA76F1; }
span { border-color: rgb(170,118,241); }
td.TdClassName
{
border-color: #AA76F1;
}
.TagClassName
{
border-color: #AA76F1;
}
</style>