Shades of Medium Purple #A666FC
Tints of Medium Purple #A666FC
RGB
CMYK
RGB Variations
Color information
#A666FC (or 0xA666FC) is known color: Medium Purple. HEX triplet: A6, 66 and FC. RGB value is (166,102,252). Sum of RGB (Red+Green+Blue) = 166+102+252=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #A666FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A666FC is #599903. Grayscale: #898989. Windows color (decimal): -5871876 or 16541350. OLE color: 16541350.
HSL color Cylindrical-coordinate representation of color #A666FC: hue angle of 265.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A666FC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 102 | 252 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.01 |
| HSL | 265.6º | 0.96% | 0.69% | - |
| HSV(B) | 265.6º | 0.6% | 0.99% | - |
| XYZ | 38.05 | 24.64 | 94.85 | - |
| YUV | 138.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 252 | 0.34 | 0.60 | 0 | 0.01 | 265.6 | 0.96 | 0.69 |
| Hex | A6 | 66 | FC | 22 | 3C | 0 | 1 | 10A | 60 | 45 |
| Octal | 246 | 146 | 374 | 42 | 74 | 0 | 1 | 412 | 140 | 105 |
| Binary | 10100110 | 1100110 | 11111100 | 100010 | 111100 | 0 | 1 | 100001010 | 1100000 | 1000101 |
Color Harmonies of #A666FC
Complementary color
Monochromatic Colors of #A666FC
Black with #A666FC
Text Example
Text Example
White with #A666FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666FC; }
p { color: rgb(166,102,252); }
H1.HeaderClassName
{
color: #A666FC;
}
.AnyTagClassName
{
color: #A666FC;
}
</style>
background-color css
<style>
a { background-color: #A666FC; }
a { background-color: rgb(166,102,252); }
div.DivClassName
{
background-color: #A666FC;
}
.BgClassName
{
background-color: #A666FC;
}
</style>
border-color css
<style>
span { border-color: #A666FC; }
span { border-color: rgb(166,102,252); }
td.TdClassName
{
border-color: #A666FC;
}
.TagClassName
{
border-color: #A666FC;
}
</style>