Shades of Medium Purple #AA76FE
Tints of Medium Purple #AA76FE
RGB
CMYK
RGB Variations
Color information
#AA76FE (or 0xAA76FE) is known color: Medium Purple. HEX triplet: AA, 76 and FE. RGB value is (170,118,254). Sum of RGB (Red+Green+Blue) = 170+118+254=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76FE is #558901. Grayscale: #949494. Windows color (decimal): -5605634 or 16676522. OLE color: 16676522.
HSL color Cylindrical-coordinate representation of color #AA76FE: hue angle of 262.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA76FE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 118 | 254 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.00 |
| HSL | 262.94º | 0.99% | 0.73% | - |
| HSV(B) | 262.94º | 0.54% | 1% | - |
| XYZ | 40.95 | 28.66 | 97.14 | - |
| YUV | 149.05 | 187.23 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 254 | 0.33 | 0.54 | 0 | 0.00 | 262.94 | 0.99 | 0.73 |
| Hex | AA | 76 | FE | 21 | 36 | 0 | 0 | 107 | 63 | 49 |
| Octal | 252 | 166 | 376 | 41 | 66 | 0 | 0 | 407 | 143 | 111 |
| Binary | 10101010 | 1110110 | 11111110 | 100001 | 110110 | 0 | 0 | 100000111 | 1100011 | 1001001 |
Color Harmonies of #AA76FE
Complementary color
Monochromatic Colors of #AA76FE
Black with #AA76FE
Text Example
Text Example
White with #AA76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76FE; }
p { color: rgb(170,118,254); }
H1.HeaderClassName
{
color: #AA76FE;
}
.AnyTagClassName
{
color: #AA76FE;
}
</style>
background-color css
<style>
a { background-color: #AA76FE; }
a { background-color: rgb(170,118,254); }
div.DivClassName
{
background-color: #AA76FE;
}
.BgClassName
{
background-color: #AA76FE;
}
</style>
border-color css
<style>
span { border-color: #AA76FE; }
span { border-color: rgb(170,118,254); }
td.TdClassName
{
border-color: #AA76FE;
}
.TagClassName
{
border-color: #AA76FE;
}
</style>