Shades of Deep Lilac #A655CB
Tints of Deep Lilac #A655CB
RGB
CMYK
RGB Variations
Color information
#A655CB (or 0xA655CB) is known color: Deep Lilac. HEX triplet: A6, 55 and CB. RGB value is (166,85,203). Sum of RGB (Red+Green+Blue) = 166+85+203=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #A655CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655CB is #59AA34. Grayscale: #7A7A7A. Windows color (decimal): -5876277 or 13325734. OLE color: 13325734.
HSL color Cylindrical-coordinate representation of color #A655CB: hue angle of 281.19º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A655CB is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 85 | 203 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.20 |
| HSL | 281.19º | 0.53% | 0.56% | - |
| HSV(B) | 281.19º | 0.58% | 0.8% | - |
| XYZ | 29.75 | 18.92 | 58.58 | - |
| YUV | 122.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 203 | 0.18 | 0.58 | 0 | 0.20 | 281.19 | 0.53 | 0.56 |
| Hex | A6 | 55 | CB | 12 | 3A | 0 | 14 | 119 | 35 | 38 |
| Octal | 246 | 125 | 313 | 22 | 72 | 0 | 24 | 431 | 65 | 70 |
| Binary | 10100110 | 1010101 | 11001011 | 10010 | 111010 | 0 | 10100 | 100011001 | 110101 | 111000 |
Color Harmonies of #A655CB
Complementary color
Monochromatic Colors of #A655CB
Black with #A655CB
Text Example
Text Example
White with #A655CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655CB; }
p { color: rgb(166,85,203); }
H1.HeaderClassName
{
color: #A655CB;
}
.AnyTagClassName
{
color: #A655CB;
}
</style>
background-color css
<style>
a { background-color: #A655CB; }
a { background-color: rgb(166,85,203); }
div.DivClassName
{
background-color: #A655CB;
}
.BgClassName
{
background-color: #A655CB;
}
</style>
border-color css
<style>
span { border-color: #A655CB; }
span { border-color: rgb(166,85,203); }
td.TdClassName
{
border-color: #A655CB;
}
.TagClassName
{
border-color: #A655CB;
}
</style>