Shades of Deep Lilac #A647B4
Tints of Deep Lilac #A647B4
RGB
CMYK
RGB Variations
Color information
#A647B4 (or 0xA647B4) is known color: Deep Lilac. HEX triplet: A6, 47 and B4. RGB value is (166,71,180). Sum of RGB (Red+Green+Blue) = 166+71+180=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #A647B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647B4 is #59B84B. Grayscale: #6F6F6F. Windows color (decimal): -5879884 or 11814822. OLE color: 11814822.
HSL color Cylindrical-coordinate representation of color #A647B4: hue angle of 292.29º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A647B4 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 71 | 180 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.29 |
| HSL | 292.29º | 0.43% | 0.49% | - |
| HSV(B) | 292.29º | 0.61% | 0.71% | - |
| XYZ | 26.22 | 15.91 | 44.87 | - |
| YUV | 111.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 180 | 0.08 | 0.61 | 0 | 0.29 | 292.29 | 0.43 | 0.49 |
| Hex | A6 | 47 | B4 | 8 | 3D | 0 | 1D | 124 | 2B | 31 |
| Octal | 246 | 107 | 264 | 10 | 75 | 0 | 35 | 444 | 53 | 61 |
| Binary | 10100110 | 1000111 | 10110100 | 1000 | 111101 | 0 | 11101 | 100100100 | 101011 | 110001 |
Color Harmonies of #A647B4
Complementary color
Monochromatic Colors of #A647B4
Black with #A647B4
Text Example
Text Example
White with #A647B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647B4; }
p { color: rgb(166,71,180); }
H1.HeaderClassName
{
color: #A647B4;
}
.AnyTagClassName
{
color: #A647B4;
}
</style>
background-color css
<style>
a { background-color: #A647B4; }
a { background-color: rgb(166,71,180); }
div.DivClassName
{
background-color: #A647B4;
}
.BgClassName
{
background-color: #A647B4;
}
</style>
border-color css
<style>
span { border-color: #A647B4; }
span { border-color: rgb(166,71,180); }
td.TdClassName
{
border-color: #A647B4;
}
.TagClassName
{
border-color: #A647B4;
}
</style>