Shades of Medium Purple #A663E9
Tints of Medium Purple #A663E9
RGB
CMYK
RGB Variations
Color information
#A663E9 (or 0xA663E9) is known color: Medium Purple. HEX triplet: A6, 63 and E9. RGB value is (166,99,233). Sum of RGB (Red+Green+Blue) = 166+99+233=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #A663E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A663E9 is #599C16. Grayscale: #858585. Windows color (decimal): -5872663 or 15295398. OLE color: 15295398.
HSL color Cylindrical-coordinate representation of color #A663E9: hue angle of 270º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A663E9 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 99 | 233 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.09 |
| HSL | 270º | 0.75% | 0.65% | - |
| HSV(B) | 270º | 0.58% | 0.91% | - |
| XYZ | 34.9 | 22.91 | 79.67 | - |
| YUV | 134.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 233 | 0.29 | 0.58 | 0 | 0.09 | 270 | 0.75 | 0.65 |
| Hex | A6 | 63 | E9 | 1D | 3A | 0 | 9 | 10E | 4B | 41 |
| Octal | 246 | 143 | 351 | 35 | 72 | 0 | 11 | 416 | 113 | 101 |
| Binary | 10100110 | 1100011 | 11101001 | 11101 | 111010 | 0 | 1001 | 100001110 | 1001011 | 1000001 |
Color Harmonies of #A663E9
Complementary color
Monochromatic Colors of #A663E9
Black with #A663E9
Text Example
Text Example
White with #A663E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663E9; }
p { color: rgb(166,99,233); }
H1.HeaderClassName
{
color: #A663E9;
}
.AnyTagClassName
{
color: #A663E9;
}
</style>
background-color css
<style>
a { background-color: #A663E9; }
a { background-color: rgb(166,99,233); }
div.DivClassName
{
background-color: #A663E9;
}
.BgClassName
{
background-color: #A663E9;
}
</style>
border-color css
<style>
span { border-color: #A663E9; }
span { border-color: rgb(166,99,233); }
td.TdClassName
{
border-color: #A663E9;
}
.TagClassName
{
border-color: #A663E9;
}
</style>