Shades of Medium Purple #A66FEE
Tints of Medium Purple #A66FEE
RGB
CMYK
RGB Variations
Color information
#A66FEE (or 0xA66FEE) is known color: Medium Purple. HEX triplet: A6, 6F and EE. RGB value is (166,111,238). Sum of RGB (Red+Green+Blue) = 166+111+238=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #A66FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66FEE is #599011. Grayscale: #8D8D8D. Windows color (decimal): -5869586 or 15626150. OLE color: 15626150.
HSL color Cylindrical-coordinate representation of color #A66FEE: hue angle of 265.98º degrees, saturation: 0.79, 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 #A66FEE is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 111 | 238 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.07 |
| HSL | 265.98º | 0.79% | 0.68% | - |
| HSV(B) | 265.98º | 0.53% | 0.93% | - |
| XYZ | 36.84 | 25.65 | 83.9 | - |
| YUV | 141.92 | 182.22 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 238 | 0.30 | 0.53 | 0 | 0.07 | 265.98 | 0.79 | 0.68 |
| Hex | A6 | 6F | EE | 1E | 35 | 0 | 7 | 10A | 4F | 44 |
| Octal | 246 | 157 | 356 | 36 | 65 | 0 | 7 | 412 | 117 | 104 |
| Binary | 10100110 | 1101111 | 11101110 | 11110 | 110101 | 0 | 111 | 100001010 | 1001111 | 1000100 |
Color Harmonies of #A66FEE
Complementary color
Monochromatic Colors of #A66FEE
Black with #A66FEE
Text Example
Text Example
White with #A66FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66FEE; }
p { color: rgb(166,111,238); }
H1.HeaderClassName
{
color: #A66FEE;
}
.AnyTagClassName
{
color: #A66FEE;
}
</style>
background-color css
<style>
a { background-color: #A66FEE; }
a { background-color: rgb(166,111,238); }
div.DivClassName
{
background-color: #A66FEE;
}
.BgClassName
{
background-color: #A66FEE;
}
</style>
border-color css
<style>
span { border-color: #A66FEE; }
span { border-color: rgb(166,111,238); }
td.TdClassName
{
border-color: #A66FEE;
}
.TagClassName
{
border-color: #A66FEE;
}
</style>