Shades of Medium Purple #A66EFC
Tints of Medium Purple #A66EFC
RGB
CMYK
RGB Variations
Color information
#A66EFC (or 0xA66EFC) is known color: Medium Purple. HEX triplet: A6, 6E and FC. RGB value is (166,110,252). Sum of RGB (Red+Green+Blue) = 166+110+252=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #A66EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EFC is #599103. Grayscale: #8E8E8E. Windows color (decimal): -5869828 or 16543398. OLE color: 16543398.
HSL color Cylindrical-coordinate representation of color #A66EFC: hue angle of 263.66º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A66EFC is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 110 | 252 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.01 |
| HSL | 263.66º | 0.96% | 0.71% | - |
| HSV(B) | 263.66º | 0.56% | 0.99% | - |
| XYZ | 38.87 | 26.29 | 95.12 | - |
| YUV | 142.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 252 | 0.34 | 0.56 | 0 | 0.01 | 263.66 | 0.96 | 0.71 |
| Hex | A6 | 6E | FC | 22 | 38 | 0 | 1 | 108 | 60 | 47 |
| Octal | 246 | 156 | 374 | 42 | 70 | 0 | 1 | 410 | 140 | 107 |
| Binary | 10100110 | 1101110 | 11111100 | 100010 | 111000 | 0 | 1 | 100001000 | 1100000 | 1000111 |
Color Harmonies of #A66EFC
Complementary color
Monochromatic Colors of #A66EFC
Black with #A66EFC
Text Example
Text Example
White with #A66EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66EFC; }
p { color: rgb(166,110,252); }
H1.HeaderClassName
{
color: #A66EFC;
}
.AnyTagClassName
{
color: #A66EFC;
}
</style>
background-color css
<style>
a { background-color: #A66EFC; }
a { background-color: rgb(166,110,252); }
div.DivClassName
{
background-color: #A66EFC;
}
.BgClassName
{
background-color: #A66EFC;
}
</style>
border-color css
<style>
span { border-color: #A66EFC; }
span { border-color: rgb(166,110,252); }
td.TdClassName
{
border-color: #A66EFC;
}
.TagClassName
{
border-color: #A66EFC;
}
</style>