Shades of Medium Purple #A66BE3
Tints of Medium Purple #A66BE3
RGB
CMYK
RGB Variations
Color information
#A66BE3 (or 0xA66BE3) is known color: Medium Purple. HEX triplet: A6, 6B and E3. RGB value is (166,107,227). Sum of RGB (Red+Green+Blue) = 166+107+227=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #A66BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BE3 is #59941C. Grayscale: #898989. Windows color (decimal): -5870621 or 14904230. OLE color: 14904230.
HSL color Cylindrical-coordinate representation of color #A66BE3: hue angle of 269.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A66BE3 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 107 | 227 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.11 |
| HSL | 269.5º | 0.68% | 0.65% | - |
| HSV(B) | 269.5º | 0.53% | 0.89% | - |
| XYZ | 34.85 | 24.17 | 75.5 | - |
| YUV | 138.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 227 | 0.27 | 0.53 | 0 | 0.11 | 269.5 | 0.68 | 0.65 |
| Hex | A6 | 6B | E3 | 1B | 35 | 0 | B | 10E | 44 | 41 |
| Octal | 246 | 153 | 343 | 33 | 65 | 0 | 13 | 416 | 104 | 101 |
| Binary | 10100110 | 1101011 | 11100011 | 11011 | 110101 | 0 | 1011 | 100001110 | 1000100 | 1000001 |
Color Harmonies of #A66BE3
Complementary color
Monochromatic Colors of #A66BE3
Black with #A66BE3
Text Example
Text Example
White with #A66BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BE3; }
p { color: rgb(166,107,227); }
H1.HeaderClassName
{
color: #A66BE3;
}
.AnyTagClassName
{
color: #A66BE3;
}
</style>
background-color css
<style>
a { background-color: #A66BE3; }
a { background-color: rgb(166,107,227); }
div.DivClassName
{
background-color: #A66BE3;
}
.BgClassName
{
background-color: #A66BE3;
}
</style>
border-color css
<style>
span { border-color: #A66BE3; }
span { border-color: rgb(166,107,227); }
td.TdClassName
{
border-color: #A66BE3;
}
.TagClassName
{
border-color: #A66BE3;
}
</style>