Shades of Deep Lilac #A658C6
Tints of Deep Lilac #A658C6
RGB
CMYK
RGB Variations
Color information
#A658C6 (or 0xA658C6) is known color: Deep Lilac. HEX triplet: A6, 58 and C6. RGB value is (166,88,198). Sum of RGB (Red+Green+Blue) = 166+88+198=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #A658C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658C6 is #59A739. Grayscale: #7B7B7B. Windows color (decimal): -5875514 or 12998822. OLE color: 12998822.
HSL color Cylindrical-coordinate representation of color #A658C6: hue angle of 282.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A658C6 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 88 | 198 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.22 |
| HSL | 282.55º | 0.49% | 0.56% | - |
| HSV(B) | 282.55º | 0.56% | 0.78% | - |
| XYZ | 29.41 | 19.16 | 55.58 | - |
| YUV | 123.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 198 | 0.16 | 0.56 | 0 | 0.22 | 282.55 | 0.49 | 0.56 |
| Hex | A6 | 58 | C6 | 10 | 38 | 0 | 16 | 11B | 31 | 38 |
| Octal | 246 | 130 | 306 | 20 | 70 | 0 | 26 | 433 | 61 | 70 |
| Binary | 10100110 | 1011000 | 11000110 | 10000 | 111000 | 0 | 10110 | 100011011 | 110001 | 111000 |
Color Harmonies of #A658C6
Complementary color
Monochromatic Colors of #A658C6
Black with #A658C6
Text Example
Text Example
White with #A658C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658C6; }
p { color: rgb(166,88,198); }
H1.HeaderClassName
{
color: #A658C6;
}
.AnyTagClassName
{
color: #A658C6;
}
</style>
background-color css
<style>
a { background-color: #A658C6; }
a { background-color: rgb(166,88,198); }
div.DivClassName
{
background-color: #A658C6;
}
.BgClassName
{
background-color: #A658C6;
}
</style>
border-color css
<style>
span { border-color: #A658C6; }
span { border-color: rgb(166,88,198); }
td.TdClassName
{
border-color: #A658C6;
}
.TagClassName
{
border-color: #A658C6;
}
</style>