Shades of Medium Purple #A66CF3
Tints of Medium Purple #A66CF3
RGB
CMYK
RGB Variations
Color information
#A66CF3 (or 0xA66CF3) is known color: Medium Purple. HEX triplet: A6, 6C and F3. RGB value is (166,108,243). Sum of RGB (Red+Green+Blue) = 166+108+243=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #A66CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66CF3 is #59930C. Grayscale: #8C8C8C. Windows color (decimal): -5870349 or 15953062. OLE color: 15953062.
HSL color Cylindrical-coordinate representation of color #A66CF3: hue angle of 265.78º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A66CF3 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 108 | 243 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.05 |
| HSL | 265.78º | 0.85% | 0.69% | - |
| HSV(B) | 265.78º | 0.56% | 0.95% | - |
| XYZ | 37.27 | 25.3 | 87.71 | - |
| YUV | 140.73 | 185.72 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 243 | 0.32 | 0.56 | 0 | 0.05 | 265.78 | 0.85 | 0.69 |
| Hex | A6 | 6C | F3 | 20 | 38 | 0 | 5 | 10A | 55 | 45 |
| Octal | 246 | 154 | 363 | 40 | 70 | 0 | 5 | 412 | 125 | 105 |
| Binary | 10100110 | 1101100 | 11110011 | 100000 | 111000 | 0 | 101 | 100001010 | 1010101 | 1000101 |
Color Harmonies of #A66CF3
Complementary color
Monochromatic Colors of #A66CF3
Black with #A66CF3
Text Example
Text Example
White with #A66CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CF3; }
p { color: rgb(166,108,243); }
H1.HeaderClassName
{
color: #A66CF3;
}
.AnyTagClassName
{
color: #A66CF3;
}
</style>
background-color css
<style>
a { background-color: #A66CF3; }
a { background-color: rgb(166,108,243); }
div.DivClassName
{
background-color: #A66CF3;
}
.BgClassName
{
background-color: #A66CF3;
}
</style>
border-color css
<style>
span { border-color: #A66CF3; }
span { border-color: rgb(166,108,243); }
td.TdClassName
{
border-color: #A66CF3;
}
.TagClassName
{
border-color: #A66CF3;
}
</style>