Shades of Medium Purple #AA6BEF
Tints of Medium Purple #AA6BEF
RGB
CMYK
RGB Variations
Color information
#AA6BEF (or 0xAA6BEF) is known color: Medium Purple. HEX triplet: AA, 6B and EF. RGB value is (170,107,239). Sum of RGB (Red+Green+Blue) = 170+107+239=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA6BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BEF is #559410. Grayscale: #8C8C8C. Windows color (decimal): -5608465 or 15690666. OLE color: 15690666.
HSL color Cylindrical-coordinate representation of color #AA6BEF: hue angle of 268.64º 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 #AA6BEF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 107 | 239 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.06 |
| HSL | 268.64º | 0.8% | 0.68% | - |
| HSV(B) | 268.64º | 0.55% | 0.94% | - |
| XYZ | 37.42 | 25.29 | 84.57 | - |
| YUV | 140.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 239 | 0.29 | 0.55 | 0 | 0.06 | 268.64 | 0.8 | 0.68 |
| Hex | AA | 6B | EF | 1D | 37 | 0 | 6 | 10D | 50 | 44 |
| Octal | 252 | 153 | 357 | 35 | 67 | 0 | 6 | 415 | 120 | 104 |
| Binary | 10101010 | 1101011 | 11101111 | 11101 | 110111 | 0 | 110 | 100001101 | 1010000 | 1000100 |
Color Harmonies of #AA6BEF
Complementary color
Monochromatic Colors of #AA6BEF
Black with #AA6BEF
Text Example
Text Example
White with #AA6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BEF; }
p { color: rgb(170,107,239); }
H1.HeaderClassName
{
color: #AA6BEF;
}
.AnyTagClassName
{
color: #AA6BEF;
}
</style>
background-color css
<style>
a { background-color: #AA6BEF; }
a { background-color: rgb(170,107,239); }
div.DivClassName
{
background-color: #AA6BEF;
}
.BgClassName
{
background-color: #AA6BEF;
}
</style>
border-color css
<style>
span { border-color: #AA6BEF; }
span { border-color: rgb(170,107,239); }
td.TdClassName
{
border-color: #AA6BEF;
}
.TagClassName
{
border-color: #AA6BEF;
}
</style>