Shades of Medium Purple #A663EB
Tints of Medium Purple #A663EB
RGB
CMYK
RGB Variations
Color information
#A663EB (or 0xA663EB) is known color: Medium Purple. HEX triplet: A6, 63 and EB. RGB value is (166,99,235). Sum of RGB (Red+Green+Blue) = 166+99+235=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #A663EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A663EB is #599C14. Grayscale: #868686. Windows color (decimal): -5872661 or 15426470. OLE color: 15426470.
HSL color Cylindrical-coordinate representation of color #A663EB: hue angle of 269.56º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A663EB is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 99 | 235 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.08 |
| HSL | 269.56º | 0.77% | 0.65% | - |
| HSV(B) | 269.56º | 0.58% | 0.92% | - |
| XYZ | 35.18 | 23.03 | 81.19 | - |
| YUV | 134.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 235 | 0.29 | 0.58 | 0 | 0.08 | 269.56 | 0.77 | 0.65 |
| Hex | A6 | 63 | EB | 1D | 3A | 0 | 8 | 10E | 4D | 41 |
| Octal | 246 | 143 | 353 | 35 | 72 | 0 | 10 | 416 | 115 | 101 |
| Binary | 10100110 | 1100011 | 11101011 | 11101 | 111010 | 0 | 1000 | 100001110 | 1001101 | 1000001 |
Color Harmonies of #A663EB
Complementary color
Monochromatic Colors of #A663EB
Black with #A663EB
Text Example
Text Example
White with #A663EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663EB; }
p { color: rgb(166,99,235); }
H1.HeaderClassName
{
color: #A663EB;
}
.AnyTagClassName
{
color: #A663EB;
}
</style>
background-color css
<style>
a { background-color: #A663EB; }
a { background-color: rgb(166,99,235); }
div.DivClassName
{
background-color: #A663EB;
}
.BgClassName
{
background-color: #A663EB;
}
</style>
border-color css
<style>
span { border-color: #A663EB; }
span { border-color: rgb(166,99,235); }
td.TdClassName
{
border-color: #A663EB;
}
.TagClassName
{
border-color: #A663EB;
}
</style>