Shades of Medium Purple #AA6CEF
Tints of Medium Purple #AA6CEF
RGB
CMYK
RGB Variations
Color information
#AA6CEF (or 0xAA6CEF) is known color: Medium Purple. HEX triplet: AA, 6C and EF. RGB value is (170,108,239). Sum of RGB (Red+Green+Blue) = 170+108+239=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA6CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CEF is #559310. Grayscale: #8D8D8D. Windows color (decimal): -5608209 or 15690922. OLE color: 15690922.
HSL color Cylindrical-coordinate representation of color #AA6CEF: hue angle of 268.4º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA6CEF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 108 | 239 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.06 |
| HSL | 268.4º | 0.8% | 0.68% | - |
| HSV(B) | 268.4º | 0.55% | 0.94% | - |
| XYZ | 37.52 | 25.5 | 84.61 | - |
| YUV | 141.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 239 | 0.29 | 0.55 | 0 | 0.06 | 268.4 | 0.8 | 0.68 |
| Hex | AA | 6C | EF | 1D | 37 | 0 | 6 | 10C | 50 | 44 |
| Octal | 252 | 154 | 357 | 35 | 67 | 0 | 6 | 414 | 120 | 104 |
| Binary | 10101010 | 1101100 | 11101111 | 11101 | 110111 | 0 | 110 | 100001100 | 1010000 | 1000100 |
Color Harmonies of #AA6CEF
Complementary color
Monochromatic Colors of #AA6CEF
Black with #AA6CEF
Text Example
Text Example
White with #AA6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CEF; }
p { color: rgb(170,108,239); }
H1.HeaderClassName
{
color: #AA6CEF;
}
.AnyTagClassName
{
color: #AA6CEF;
}
</style>
background-color css
<style>
a { background-color: #AA6CEF; }
a { background-color: rgb(170,108,239); }
div.DivClassName
{
background-color: #AA6CEF;
}
.BgClassName
{
background-color: #AA6CEF;
}
</style>
border-color css
<style>
span { border-color: #AA6CEF; }
span { border-color: rgb(170,108,239); }
td.TdClassName
{
border-color: #AA6CEF;
}
.TagClassName
{
border-color: #AA6CEF;
}
</style>