Shades of Medium Purple #A66DFE
Tints of Medium Purple #A66DFE
RGB
CMYK
RGB Variations
Color information
#A66DFE (or 0xA66DFE) is known color: Medium Purple. HEX triplet: A6, 6D and FE. RGB value is (166,109,254). Sum of RGB (Red+Green+Blue) = 166+109+254=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #A66DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66DFE is #599201. Grayscale: #8E8E8E. Windows color (decimal): -5870082 or 16674214. OLE color: 16674214.
HSL color Cylindrical-coordinate representation of color #A66DFE: hue angle of 263.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66DFE is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 109 | 254 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.00 |
| HSL | 263.59º | 0.99% | 0.71% | - |
| HSV(B) | 263.59º | 0.57% | 1% | - |
| XYZ | 39.08 | 26.2 | 96.76 | - |
| YUV | 142.57 | 190.88 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 254 | 0.35 | 0.57 | 0 | 0.00 | 263.59 | 0.99 | 0.71 |
| Hex | A6 | 6D | FE | 23 | 39 | 0 | 0 | 108 | 63 | 47 |
| Octal | 246 | 155 | 376 | 43 | 71 | 0 | 0 | 410 | 143 | 107 |
| Binary | 10100110 | 1101101 | 11111110 | 100011 | 111001 | 0 | 0 | 100001000 | 1100011 | 1000111 |
Color Harmonies of #A66DFE
Complementary color
Monochromatic Colors of #A66DFE
Black with #A66DFE
Text Example
Text Example
White with #A66DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66DFE; }
p { color: rgb(166,109,254); }
H1.HeaderClassName
{
color: #A66DFE;
}
.AnyTagClassName
{
color: #A66DFE;
}
</style>
background-color css
<style>
a { background-color: #A66DFE; }
a { background-color: rgb(166,109,254); }
div.DivClassName
{
background-color: #A66DFE;
}
.BgClassName
{
background-color: #A66DFE;
}
</style>
border-color css
<style>
span { border-color: #A66DFE; }
span { border-color: rgb(166,109,254); }
td.TdClassName
{
border-color: #A66DFE;
}
.TagClassName
{
border-color: #A66DFE;
}
</style>