Shades of Medium Purple #A66DF3
Tints of Medium Purple #A66DF3
RGB
CMYK
RGB Variations
Color information
#A66DF3 (or 0xA66DF3) is known color: Medium Purple. HEX triplet: A6, 6D and F3. RGB value is (166,109,243). Sum of RGB (Red+Green+Blue) = 166+109+243=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #A66DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66DF3 is #59920C. Grayscale: #8C8C8C. Windows color (decimal): -5870093 or 15953318. OLE color: 15953318.
HSL color Cylindrical-coordinate representation of color #A66DF3: hue angle of 265.52º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A66DF3 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 109 | 243 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.05 |
| HSL | 265.52º | 0.85% | 0.69% | - |
| HSV(B) | 265.52º | 0.55% | 0.95% | - |
| XYZ | 37.37 | 25.52 | 87.75 | - |
| YUV | 141.32 | 185.38 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 243 | 0.32 | 0.55 | 0 | 0.05 | 265.52 | 0.85 | 0.69 |
| Hex | A6 | 6D | F3 | 20 | 37 | 0 | 5 | 10A | 55 | 45 |
| Octal | 246 | 155 | 363 | 40 | 67 | 0 | 5 | 412 | 125 | 105 |
| Binary | 10100110 | 1101101 | 11110011 | 100000 | 110111 | 0 | 101 | 100001010 | 1010101 | 1000101 |
Color Harmonies of #A66DF3
Complementary color
Monochromatic Colors of #A66DF3
Black with #A66DF3
Text Example
Text Example
White with #A66DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66DF3; }
p { color: rgb(166,109,243); }
H1.HeaderClassName
{
color: #A66DF3;
}
.AnyTagClassName
{
color: #A66DF3;
}
</style>
background-color css
<style>
a { background-color: #A66DF3; }
a { background-color: rgb(166,109,243); }
div.DivClassName
{
background-color: #A66DF3;
}
.BgClassName
{
background-color: #A66DF3;
}
</style>
border-color css
<style>
span { border-color: #A66DF3; }
span { border-color: rgb(166,109,243); }
td.TdClassName
{
border-color: #A66DF3;
}
.TagClassName
{
border-color: #A66DF3;
}
</style>