Shades of Deep Lilac #A657CB
Tints of Deep Lilac #A657CB
RGB
CMYK
RGB Variations
Color information
#A657CB (or 0xA657CB) is known color: Deep Lilac. HEX triplet: A6, 57 and CB. RGB value is (166,87,203). Sum of RGB (Red+Green+Blue) = 166+87+203=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #A657CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A657CB is #59A834. Grayscale: #7B7B7B. Windows color (decimal): -5875765 or 13326246. OLE color: 13326246.
HSL color Cylindrical-coordinate representation of color #A657CB: hue angle of 280.86º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A657CB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 87 | 203 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.20 |
| HSL | 280.86º | 0.53% | 0.57% | - |
| HSV(B) | 280.86º | 0.57% | 0.8% | - |
| XYZ | 29.91 | 19.24 | 58.64 | - |
| YUV | 123.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 203 | 0.18 | 0.57 | 0 | 0.20 | 280.86 | 0.53 | 0.57 |
| Hex | A6 | 57 | CB | 12 | 39 | 0 | 14 | 119 | 35 | 39 |
| Octal | 246 | 127 | 313 | 22 | 71 | 0 | 24 | 431 | 65 | 71 |
| Binary | 10100110 | 1010111 | 11001011 | 10010 | 111001 | 0 | 10100 | 100011001 | 110101 | 111001 |
Color Harmonies of #A657CB
Complementary color
Monochromatic Colors of #A657CB
Black with #A657CB
Text Example
Text Example
White with #A657CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657CB; }
p { color: rgb(166,87,203); }
H1.HeaderClassName
{
color: #A657CB;
}
.AnyTagClassName
{
color: #A657CB;
}
</style>
background-color css
<style>
a { background-color: #A657CB; }
a { background-color: rgb(166,87,203); }
div.DivClassName
{
background-color: #A657CB;
}
.BgClassName
{
background-color: #A657CB;
}
</style>
border-color css
<style>
span { border-color: #A657CB; }
span { border-color: rgb(166,87,203); }
td.TdClassName
{
border-color: #A657CB;
}
.TagClassName
{
border-color: #A657CB;
}
</style>