Shades of Medium Purple #A66CE5
Tints of Medium Purple #A66CE5
RGB
CMYK
RGB Variations
Color information
#A66CE5 (or 0xA66CE5) is known color: Medium Purple. HEX triplet: A6, 6C and E5. RGB value is (166,108,229). Sum of RGB (Red+Green+Blue) = 166+108+229=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #A66CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CE5 is #59931A. Grayscale: #8A8A8A. Windows color (decimal): -5870363 or 15035558. OLE color: 15035558.
HSL color Cylindrical-coordinate representation of color #A66CE5: hue angle of 268.76º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A66CE5 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 108 | 229 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.10 |
| HSL | 268.76º | 0.7% | 0.66% | - |
| HSV(B) | 268.76º | 0.53% | 0.9% | - |
| XYZ | 35.23 | 24.49 | 77 | - |
| YUV | 139.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 229 | 0.28 | 0.53 | 0 | 0.10 | 268.76 | 0.7 | 0.66 |
| Hex | A6 | 6C | E5 | 1C | 35 | 0 | A | 10D | 46 | 42 |
| Octal | 246 | 154 | 345 | 34 | 65 | 0 | 12 | 415 | 106 | 102 |
| Binary | 10100110 | 1101100 | 11100101 | 11100 | 110101 | 0 | 1010 | 100001101 | 1000110 | 1000010 |
Color Harmonies of #A66CE5
Complementary color
Monochromatic Colors of #A66CE5
Black with #A66CE5
Text Example
Text Example
White with #A66CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CE5; }
p { color: rgb(166,108,229); }
H1.HeaderClassName
{
color: #A66CE5;
}
.AnyTagClassName
{
color: #A66CE5;
}
</style>
background-color css
<style>
a { background-color: #A66CE5; }
a { background-color: rgb(166,108,229); }
div.DivClassName
{
background-color: #A66CE5;
}
.BgClassName
{
background-color: #A66CE5;
}
</style>
border-color css
<style>
span { border-color: #A66CE5; }
span { border-color: rgb(166,108,229); }
td.TdClassName
{
border-color: #A66CE5;
}
.TagClassName
{
border-color: #A66CE5;
}
</style>