Shades of Deep Lilac #A860BC
Tints of Deep Lilac #A860BC
RGB
CMYK
RGB Variations
Color information
#A860BC (or 0xA860BC) is known color: Deep Lilac. HEX triplet: A8, 60 and BC. RGB value is (168,96,188). Sum of RGB (Red+Green+Blue) = 168+96+188=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #A860BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860BC is #579F43. Grayscale: #7F7F7F. Windows color (decimal): -5742404 or 12345512. OLE color: 12345512.
HSL color Cylindrical-coordinate representation of color #A860BC: hue angle of 286.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A860BC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 96 | 188 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.26 |
| HSL | 286.96º | 0.41% | 0.56% | - |
| HSV(B) | 286.96º | 0.49% | 0.74% | - |
| XYZ | 29.41 | 20.32 | 49.95 | - |
| YUV | 128.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 188 | 0.11 | 0.49 | 0 | 0.26 | 286.96 | 0.41 | 0.56 |
| Hex | A8 | 60 | BC | B | 31 | 0 | 1A | 11F | 29 | 38 |
| Octal | 250 | 140 | 274 | 13 | 61 | 0 | 32 | 437 | 51 | 70 |
| Binary | 10101000 | 1100000 | 10111100 | 1011 | 110001 | 0 | 11010 | 100011111 | 101001 | 111000 |
Color Harmonies of #A860BC
Complementary color
Monochromatic Colors of #A860BC
Black with #A860BC
Text Example
Text Example
White with #A860BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860BC; }
p { color: rgb(168,96,188); }
H1.HeaderClassName
{
color: #A860BC;
}
.AnyTagClassName
{
color: #A860BC;
}
</style>
background-color css
<style>
a { background-color: #A860BC; }
a { background-color: rgb(168,96,188); }
div.DivClassName
{
background-color: #A860BC;
}
.BgClassName
{
background-color: #A860BC;
}
</style>
border-color css
<style>
span { border-color: #A860BC; }
span { border-color: rgb(168,96,188); }
td.TdClassName
{
border-color: #A860BC;
}
.TagClassName
{
border-color: #A860BC;
}
</style>