Shades of Medium Purple #AA77FE
Tints of Medium Purple #AA77FE
RGB
CMYK
RGB Variations
Color information
#AA77FE (or 0xAA77FE) is known color: Medium Purple. HEX triplet: AA, 77 and FE. RGB value is (170,119,254). Sum of RGB (Red+Green+Blue) = 170+119+254=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA77FE is #558801. Grayscale: #959595. Windows color (decimal): -5605378 or 16676778. OLE color: 16676778.
HSL color Cylindrical-coordinate representation of color #AA77FE: hue angle of 262.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA77FE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 119 | 254 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.00 |
| HSL | 262.67º | 0.99% | 0.73% | - |
| HSV(B) | 262.67º | 0.53% | 1% | - |
| XYZ | 41.06 | 28.9 | 97.18 | - |
| YUV | 149.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 254 | 0.33 | 0.53 | 0 | 0.00 | 262.67 | 0.99 | 0.73 |
| Hex | AA | 77 | FE | 21 | 35 | 0 | 0 | 107 | 63 | 49 |
| Octal | 252 | 167 | 376 | 41 | 65 | 0 | 0 | 407 | 143 | 111 |
| Binary | 10101010 | 1110111 | 11111110 | 100001 | 110101 | 0 | 0 | 100000111 | 1100011 | 1001001 |
Color Harmonies of #AA77FE
Complementary color
Monochromatic Colors of #AA77FE
Black with #AA77FE
Text Example
Text Example
White with #AA77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77FE; }
p { color: rgb(170,119,254); }
H1.HeaderClassName
{
color: #AA77FE;
}
.AnyTagClassName
{
color: #AA77FE;
}
</style>
background-color css
<style>
a { background-color: #AA77FE; }
a { background-color: rgb(170,119,254); }
div.DivClassName
{
background-color: #AA77FE;
}
.BgClassName
{
background-color: #AA77FE;
}
</style>
border-color css
<style>
span { border-color: #AA77FE; }
span { border-color: rgb(170,119,254); }
td.TdClassName
{
border-color: #AA77FE;
}
.TagClassName
{
border-color: #AA77FE;
}
</style>