Shades of Medium Purple #AA6CED
Tints of Medium Purple #AA6CED
RGB
CMYK
RGB Variations
Color information
#AA6CED (or 0xAA6CED) is known color: Medium Purple. HEX triplet: AA, 6C and ED. RGB value is (170,108,237). Sum of RGB (Red+Green+Blue) = 170+108+237=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA6CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CED is #559312. Grayscale: #8C8C8C. Windows color (decimal): -5608211 or 15559850. OLE color: 15559850.
HSL color Cylindrical-coordinate representation of color #AA6CED: hue angle of 268.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA6CED is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 108 | 237 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.07 |
| HSL | 268.84º | 0.78% | 0.68% | - |
| HSV(B) | 268.84º | 0.54% | 0.93% | - |
| XYZ | 37.23 | 25.39 | 83.06 | - |
| YUV | 141.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 237 | 0.28 | 0.54 | 0 | 0.07 | 268.84 | 0.78 | 0.68 |
| Hex | AA | 6C | ED | 1C | 36 | 0 | 7 | 10D | 4E | 44 |
| Octal | 252 | 154 | 355 | 34 | 66 | 0 | 7 | 415 | 116 | 104 |
| Binary | 10101010 | 1101100 | 11101101 | 11100 | 110110 | 0 | 111 | 100001101 | 1001110 | 1000100 |
Color Harmonies of #AA6CED
Complementary color
Monochromatic Colors of #AA6CED
Black with #AA6CED
Text Example
Text Example
White with #AA6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CED; }
p { color: rgb(170,108,237); }
H1.HeaderClassName
{
color: #AA6CED;
}
.AnyTagClassName
{
color: #AA6CED;
}
</style>
background-color css
<style>
a { background-color: #AA6CED; }
a { background-color: rgb(170,108,237); }
div.DivClassName
{
background-color: #AA6CED;
}
.BgClassName
{
background-color: #AA6CED;
}
</style>
border-color css
<style>
span { border-color: #AA6CED; }
span { border-color: rgb(170,108,237); }
td.TdClassName
{
border-color: #AA6CED;
}
.TagClassName
{
border-color: #AA6CED;
}
</style>