Shades of Medium Purple #AA7FF8
Tints of Medium Purple #AA7FF8
RGB
CMYK
RGB Variations
Color information
#AA7FF8 (or 0xAA7FF8) is known color: Medium Purple. HEX triplet: AA, 7F and F8. RGB value is (170,127,248). Sum of RGB (Red+Green+Blue) = 170+127+248=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA7FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FF8 is #558007. Grayscale: #999999. Windows color (decimal): -5603336 or 16285610. OLE color: 16285610.
HSL color Cylindrical-coordinate representation of color #AA7FF8: hue angle of 261.32º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7FF8 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 127 | 248 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.03 |
| HSL | 261.32º | 0.9% | 0.74% | - |
| HSV(B) | 261.32º | 0.49% | 0.97% | - |
| XYZ | 41.11 | 30.5 | 92.53 | - |
| YUV | 153.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 248 | 0.31 | 0.49 | 0 | 0.03 | 261.32 | 0.9 | 0.74 |
| Hex | AA | 7F | F8 | 1F | 31 | 0 | 3 | 105 | 5A | 4A |
| Octal | 252 | 177 | 370 | 37 | 61 | 0 | 3 | 405 | 132 | 112 |
| Binary | 10101010 | 1111111 | 11111000 | 11111 | 110001 | 0 | 11 | 100000101 | 1011010 | 1001010 |
Color Harmonies of #AA7FF8
Complementary color
Monochromatic Colors of #AA7FF8
Black with #AA7FF8
Text Example
Text Example
White with #AA7FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FF8; }
p { color: rgb(170,127,248); }
H1.HeaderClassName
{
color: #AA7FF8;
}
.AnyTagClassName
{
color: #AA7FF8;
}
</style>
background-color css
<style>
a { background-color: #AA7FF8; }
a { background-color: rgb(170,127,248); }
div.DivClassName
{
background-color: #AA7FF8;
}
.BgClassName
{
background-color: #AA7FF8;
}
</style>
border-color css
<style>
span { border-color: #AA7FF8; }
span { border-color: rgb(170,127,248); }
td.TdClassName
{
border-color: #AA7FF8;
}
.TagClassName
{
border-color: #AA7FF8;
}
</style>