Shades of Medium Purple #A66CED
Tints of Medium Purple #A66CED
RGB
CMYK
RGB Variations
Color information
#A66CED (or 0xA66CED) is known color: Medium Purple. HEX triplet: A6, 6C and ED. RGB value is (166,108,237). Sum of RGB (Red+Green+Blue) = 166+108+237=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #A66CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66CED is #599312. Grayscale: #8B8B8B. Windows color (decimal): -5870355 or 15559846. OLE color: 15559846.
HSL color Cylindrical-coordinate representation of color #A66CED: hue angle of 266.98º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A66CED is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 108 | 237 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.07 |
| HSL | 266.98º | 0.78% | 0.68% | - |
| HSV(B) | 266.98º | 0.54% | 0.93% | - |
| XYZ | 36.37 | 24.95 | 83.02 | - |
| YUV | 140.05 | 182.72 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 237 | 0.30 | 0.54 | 0 | 0.07 | 266.98 | 0.78 | 0.68 |
| Hex | A6 | 6C | ED | 1E | 36 | 0 | 7 | 10B | 4E | 44 |
| Octal | 246 | 154 | 355 | 36 | 66 | 0 | 7 | 413 | 116 | 104 |
| Binary | 10100110 | 1101100 | 11101101 | 11110 | 110110 | 0 | 111 | 100001011 | 1001110 | 1000100 |
Color Harmonies of #A66CED
Complementary color
Monochromatic Colors of #A66CED
Black with #A66CED
Text Example
Text Example
White with #A66CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CED; }
p { color: rgb(166,108,237); }
H1.HeaderClassName
{
color: #A66CED;
}
.AnyTagClassName
{
color: #A66CED;
}
</style>
background-color css
<style>
a { background-color: #A66CED; }
a { background-color: rgb(166,108,237); }
div.DivClassName
{
background-color: #A66CED;
}
.BgClassName
{
background-color: #A66CED;
}
</style>
border-color css
<style>
span { border-color: #A66CED; }
span { border-color: rgb(166,108,237); }
td.TdClassName
{
border-color: #A66CED;
}
.TagClassName
{
border-color: #A66CED;
}
</style>