Shades of Medium Purple #A66BE8
Tints of Medium Purple #A66BE8
RGB
CMYK
RGB Variations
Color information
#A66BE8 (or 0xA66BE8) is known color: Medium Purple. HEX triplet: A6, 6B and E8. RGB value is (166,107,232). Sum of RGB (Red+Green+Blue) = 166+107+232=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #A66BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66BE8 is #599417. Grayscale: #8A8A8A. Windows color (decimal): -5870616 or 15231910. OLE color: 15231910.
HSL color Cylindrical-coordinate representation of color #A66BE8: hue angle of 268.32º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A66BE8 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 107 | 232 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.09 |
| HSL | 268.32º | 0.73% | 0.66% | - |
| HSV(B) | 268.32º | 0.54% | 0.91% | - |
| XYZ | 35.55 | 24.45 | 79.19 | - |
| YUV | 138.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 232 | 0.28 | 0.54 | 0 | 0.09 | 268.32 | 0.73 | 0.66 |
| Hex | A6 | 6B | E8 | 1C | 36 | 0 | 9 | 10C | 49 | 42 |
| Octal | 246 | 153 | 350 | 34 | 66 | 0 | 11 | 414 | 111 | 102 |
| Binary | 10100110 | 1101011 | 11101000 | 11100 | 110110 | 0 | 1001 | 100001100 | 1001001 | 1000010 |
Color Harmonies of #A66BE8
Complementary color
Monochromatic Colors of #A66BE8
Black with #A66BE8
Text Example
Text Example
White with #A66BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BE8; }
p { color: rgb(166,107,232); }
H1.HeaderClassName
{
color: #A66BE8;
}
.AnyTagClassName
{
color: #A66BE8;
}
</style>
background-color css
<style>
a { background-color: #A66BE8; }
a { background-color: rgb(166,107,232); }
div.DivClassName
{
background-color: #A66BE8;
}
.BgClassName
{
background-color: #A66BE8;
}
</style>
border-color css
<style>
span { border-color: #A66BE8; }
span { border-color: rgb(166,107,232); }
td.TdClassName
{
border-color: #A66BE8;
}
.TagClassName
{
border-color: #A66BE8;
}
</style>