Shades of Deep Lilac #A654B4
Tints of Deep Lilac #A654B4
RGB
CMYK
RGB Variations
Color information
#A654B4 (or 0xA654B4) is known color: Deep Lilac. HEX triplet: A6, 54 and B4. RGB value is (166,84,180). Sum of RGB (Red+Green+Blue) = 166+84+180=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #A654B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A654B4 is #59AB4B. Grayscale: #777777. Windows color (decimal): -5876556 or 11818150. OLE color: 11818150.
HSL color Cylindrical-coordinate representation of color #A654B4: hue angle of 291.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A654B4 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 84 | 180 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.29 |
| HSL | 291.25º | 0.39% | 0.52% | - |
| HSV(B) | 291.25º | 0.53% | 0.71% | - |
| XYZ | 27.13 | 17.74 | 45.17 | - |
| YUV | 119.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 180 | 0.08 | 0.53 | 0 | 0.29 | 291.25 | 0.39 | 0.52 |
| Hex | A6 | 54 | B4 | 8 | 35 | 0 | 1D | 123 | 27 | 34 |
| Octal | 246 | 124 | 264 | 10 | 65 | 0 | 35 | 443 | 47 | 64 |
| Binary | 10100110 | 1010100 | 10110100 | 1000 | 110101 | 0 | 11101 | 100100011 | 100111 | 110100 |
Color Harmonies of #A654B4
Complementary color
Monochromatic Colors of #A654B4
Black with #A654B4
Text Example
Text Example
White with #A654B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654B4; }
p { color: rgb(166,84,180); }
H1.HeaderClassName
{
color: #A654B4;
}
.AnyTagClassName
{
color: #A654B4;
}
</style>
background-color css
<style>
a { background-color: #A654B4; }
a { background-color: rgb(166,84,180); }
div.DivClassName
{
background-color: #A654B4;
}
.BgClassName
{
background-color: #A654B4;
}
</style>
border-color css
<style>
span { border-color: #A654B4; }
span { border-color: rgb(166,84,180); }
td.TdClassName
{
border-color: #A654B4;
}
.TagClassName
{
border-color: #A654B4;
}
</style>