Shades of Medium Purple #AA77F8
Tints of Medium Purple #AA77F8
RGB
CMYK
RGB Variations
Color information
#AA77F8 (or 0xAA77F8) is known color: Medium Purple. HEX triplet: AA, 77 and F8. RGB value is (170,119,248). Sum of RGB (Red+Green+Blue) = 170+119+248=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA77F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA77F8 is #558807. Grayscale: #949494. Windows color (decimal): -5605384 or 16283562. OLE color: 16283562.
HSL color Cylindrical-coordinate representation of color #AA77F8: hue angle of 263.72º 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 #AA77F8 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 119 | 248 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.03 |
| HSL | 263.72º | 0.9% | 0.72% | - |
| HSV(B) | 263.72º | 0.52% | 0.97% | - |
| XYZ | 40.12 | 28.52 | 92.2 | - |
| YUV | 148.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 248 | 0.31 | 0.52 | 0 | 0.03 | 263.72 | 0.9 | 0.72 |
| Hex | AA | 77 | F8 | 1F | 34 | 0 | 3 | 108 | 5A | 48 |
| Octal | 252 | 167 | 370 | 37 | 64 | 0 | 3 | 410 | 132 | 110 |
| Binary | 10101010 | 1110111 | 11111000 | 11111 | 110100 | 0 | 11 | 100001000 | 1011010 | 1001000 |
Color Harmonies of #AA77F8
Complementary color
Monochromatic Colors of #AA77F8
Black with #AA77F8
Text Example
Text Example
White with #AA77F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77F8; }
p { color: rgb(170,119,248); }
H1.HeaderClassName
{
color: #AA77F8;
}
.AnyTagClassName
{
color: #AA77F8;
}
</style>
background-color css
<style>
a { background-color: #AA77F8; }
a { background-color: rgb(170,119,248); }
div.DivClassName
{
background-color: #AA77F8;
}
.BgClassName
{
background-color: #AA77F8;
}
</style>
border-color css
<style>
span { border-color: #AA77F8; }
span { border-color: rgb(170,119,248); }
td.TdClassName
{
border-color: #AA77F8;
}
.TagClassName
{
border-color: #AA77F8;
}
</style>