Shades of Medium Purple #AA6FED
Tints of Medium Purple #AA6FED
RGB
CMYK
RGB Variations
Color information
#AA6FED (or 0xAA6FED) is known color: Medium Purple. HEX triplet: AA, 6F and ED. RGB value is (170,111,237). Sum of RGB (Red+Green+Blue) = 170+111+237=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA6FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FED is #559012. Grayscale: #8E8E8E. Windows color (decimal): -5607443 or 15560618. OLE color: 15560618.
HSL color Cylindrical-coordinate representation of color #AA6FED: hue angle of 268.1º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6FED is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 111 | 237 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.07 |
| HSL | 268.1º | 0.78% | 0.68% | - |
| HSV(B) | 268.1º | 0.53% | 0.93% | - |
| XYZ | 37.55 | 26.03 | 83.17 | - |
| YUV | 143.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 237 | 0.28 | 0.53 | 0 | 0.07 | 268.1 | 0.78 | 0.68 |
| Hex | AA | 6F | ED | 1C | 35 | 0 | 7 | 10C | 4E | 44 |
| Octal | 252 | 157 | 355 | 34 | 65 | 0 | 7 | 414 | 116 | 104 |
| Binary | 10101010 | 1101111 | 11101101 | 11100 | 110101 | 0 | 111 | 100001100 | 1001110 | 1000100 |
Color Harmonies of #AA6FED
Complementary color
Monochromatic Colors of #AA6FED
Black with #AA6FED
Text Example
Text Example
White with #AA6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FED; }
p { color: rgb(170,111,237); }
H1.HeaderClassName
{
color: #AA6FED;
}
.AnyTagClassName
{
color: #AA6FED;
}
</style>
background-color css
<style>
a { background-color: #AA6FED; }
a { background-color: rgb(170,111,237); }
div.DivClassName
{
background-color: #AA6FED;
}
.BgClassName
{
background-color: #AA6FED;
}
</style>
border-color css
<style>
span { border-color: #AA6FED; }
span { border-color: rgb(170,111,237); }
td.TdClassName
{
border-color: #AA6FED;
}
.TagClassName
{
border-color: #AA6FED;
}
</style>