Shades of Medium Purple #AA6FEF
Tints of Medium Purple #AA6FEF
RGB
CMYK
RGB Variations
Color information
#AA6FEF (or 0xAA6FEF) is known color: Medium Purple. HEX triplet: AA, 6F and EF. RGB value is (170,111,239). Sum of RGB (Red+Green+Blue) = 170+111+239=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA6FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FEF is #559010. Grayscale: #8E8E8E. Windows color (decimal): -5607441 or 15691690. OLE color: 15691690.
HSL color Cylindrical-coordinate representation of color #AA6FEF: hue angle of 267.66º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA6FEF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 111 | 239 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.06 |
| HSL | 267.66º | 0.8% | 0.69% | - |
| HSV(B) | 267.66º | 0.54% | 0.94% | - |
| XYZ | 37.84 | 26.15 | 84.71 | - |
| YUV | 143.23 | 182.05 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 239 | 0.29 | 0.54 | 0 | 0.06 | 267.66 | 0.8 | 0.69 |
| Hex | AA | 6F | EF | 1D | 36 | 0 | 6 | 10C | 50 | 45 |
| Octal | 252 | 157 | 357 | 35 | 66 | 0 | 6 | 414 | 120 | 105 |
| Binary | 10101010 | 1101111 | 11101111 | 11101 | 110110 | 0 | 110 | 100001100 | 1010000 | 1000101 |
Color Harmonies of #AA6FEF
Complementary color
Monochromatic Colors of #AA6FEF
Black with #AA6FEF
Text Example
Text Example
White with #AA6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FEF; }
p { color: rgb(170,111,239); }
H1.HeaderClassName
{
color: #AA6FEF;
}
.AnyTagClassName
{
color: #AA6FEF;
}
</style>
background-color css
<style>
a { background-color: #AA6FEF; }
a { background-color: rgb(170,111,239); }
div.DivClassName
{
background-color: #AA6FEF;
}
.BgClassName
{
background-color: #AA6FEF;
}
</style>
border-color css
<style>
span { border-color: #AA6FEF; }
span { border-color: rgb(170,111,239); }
td.TdClassName
{
border-color: #AA6FEF;
}
.TagClassName
{
border-color: #AA6FEF;
}
</style>