Shades of Medium Purple #AA77FC
Tints of Medium Purple #AA77FC
RGB
CMYK
RGB Variations
Color information
#AA77FC (or 0xAA77FC) is known color: Medium Purple. HEX triplet: AA, 77 and FC. RGB value is (170,119,252). Sum of RGB (Red+Green+Blue) = 170+119+252=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA77FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA77FC is #558803. Grayscale: #949494. Windows color (decimal): -5605380 or 16545706. OLE color: 16545706.
HSL color Cylindrical-coordinate representation of color #AA77FC: hue angle of 263.01º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA77FC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 119 | 252 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.01 |
| HSL | 263.01º | 0.96% | 0.73% | - |
| HSV(B) | 263.01º | 0.53% | 0.99% | - |
| XYZ | 40.75 | 28.77 | 95.5 | - |
| YUV | 149.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 252 | 0.33 | 0.53 | 0 | 0.01 | 263.01 | 0.96 | 0.73 |
| Hex | AA | 77 | FC | 21 | 35 | 0 | 1 | 107 | 60 | 49 |
| Octal | 252 | 167 | 374 | 41 | 65 | 0 | 1 | 407 | 140 | 111 |
| Binary | 10101010 | 1110111 | 11111100 | 100001 | 110101 | 0 | 1 | 100000111 | 1100000 | 1001001 |
Color Harmonies of #AA77FC
Complementary color
Monochromatic Colors of #AA77FC
Black with #AA77FC
Text Example
Text Example
White with #AA77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77FC; }
p { color: rgb(170,119,252); }
H1.HeaderClassName
{
color: #AA77FC;
}
.AnyTagClassName
{
color: #AA77FC;
}
</style>
background-color css
<style>
a { background-color: #AA77FC; }
a { background-color: rgb(170,119,252); }
div.DivClassName
{
background-color: #AA77FC;
}
.BgClassName
{
background-color: #AA77FC;
}
</style>
border-color css
<style>
span { border-color: #AA77FC; }
span { border-color: rgb(170,119,252); }
td.TdClassName
{
border-color: #AA77FC;
}
.TagClassName
{
border-color: #AA77FC;
}
</style>