Shades of Medium Purple #AA76F8
Tints of Medium Purple #AA76F8
RGB
CMYK
RGB Variations
Color information
#AA76F8 (or 0xAA76F8) is known color: Medium Purple. HEX triplet: AA, 76 and F8. RGB value is (170,118,248). Sum of RGB (Red+Green+Blue) = 170+118+248=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA76F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76F8 is #558907. Grayscale: #939393. Windows color (decimal): -5605640 or 16283306. OLE color: 16283306.
HSL color Cylindrical-coordinate representation of color #AA76F8: hue angle of 264º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA76F8 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 118 | 248 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.03 |
| HSL | 264º | 0.9% | 0.72% | - |
| HSV(B) | 264º | 0.52% | 0.97% | - |
| XYZ | 40 | 28.28 | 92.16 | - |
| YUV | 148.37 | 184.23 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 248 | 0.31 | 0.52 | 0 | 0.03 | 264 | 0.9 | 0.72 |
| Hex | AA | 76 | F8 | 1F | 34 | 0 | 3 | 108 | 5A | 48 |
| Octal | 252 | 166 | 370 | 37 | 64 | 0 | 3 | 410 | 132 | 110 |
| Binary | 10101010 | 1110110 | 11111000 | 11111 | 110100 | 0 | 11 | 100001000 | 1011010 | 1001000 |
Color Harmonies of #AA76F8
Complementary color
Monochromatic Colors of #AA76F8
Black with #AA76F8
Text Example
Text Example
White with #AA76F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76F8; }
p { color: rgb(170,118,248); }
H1.HeaderClassName
{
color: #AA76F8;
}
.AnyTagClassName
{
color: #AA76F8;
}
</style>
background-color css
<style>
a { background-color: #AA76F8; }
a { background-color: rgb(170,118,248); }
div.DivClassName
{
background-color: #AA76F8;
}
.BgClassName
{
background-color: #AA76F8;
}
</style>
border-color css
<style>
span { border-color: #AA76F8; }
span { border-color: rgb(170,118,248); }
td.TdClassName
{
border-color: #AA76F8;
}
.TagClassName
{
border-color: #AA76F8;
}
</style>