Shades of Deep Lilac #A647CA
Tints of Deep Lilac #A647CA
RGB
CMYK
RGB Variations
Color information
#A647CA (or 0xA647CA) is known color: Deep Lilac. HEX triplet: A6, 47 and CA. RGB value is (166,71,202). Sum of RGB (Red+Green+Blue) = 166+71+202=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #A647CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647CA is #59B835. Grayscale: #717171. Windows color (decimal): -5879862 or 13256614. OLE color: 13256614.
HSL color Cylindrical-coordinate representation of color #A647CA: hue angle of 283.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A647CA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 71 | 202 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.21 |
| HSL | 283.51º | 0.55% | 0.54% | - |
| HSV(B) | 283.51º | 0.65% | 0.79% | - |
| XYZ | 28.64 | 16.88 | 57.63 | - |
| YUV | 114.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 202 | 0.18 | 0.65 | 0 | 0.21 | 283.51 | 0.55 | 0.54 |
| Hex | A6 | 47 | CA | 12 | 41 | 0 | 15 | 11C | 37 | 36 |
| Octal | 246 | 107 | 312 | 22 | 101 | 0 | 25 | 434 | 67 | 66 |
| Binary | 10100110 | 1000111 | 11001010 | 10010 | 1000001 | 0 | 10101 | 100011100 | 110111 | 110110 |
Color Harmonies of #A647CA
Complementary color
Monochromatic Colors of #A647CA
Black with #A647CA
Text Example
Text Example
White with #A647CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647CA; }
p { color: rgb(166,71,202); }
H1.HeaderClassName
{
color: #A647CA;
}
.AnyTagClassName
{
color: #A647CA;
}
</style>
background-color css
<style>
a { background-color: #A647CA; }
a { background-color: rgb(166,71,202); }
div.DivClassName
{
background-color: #A647CA;
}
.BgClassName
{
background-color: #A647CA;
}
</style>
border-color css
<style>
span { border-color: #A647CA; }
span { border-color: rgb(166,71,202); }
td.TdClassName
{
border-color: #A647CA;
}
.TagClassName
{
border-color: #A647CA;
}
</style>