Shades of Deep Lilac #A864BC
Tints of Deep Lilac #A864BC
RGB
CMYK
RGB Variations
Color information
#A864BC (or 0xA864BC) is known color: Deep Lilac. HEX triplet: A8, 64 and BC. RGB value is (168,100,188). Sum of RGB (Red+Green+Blue) = 168+100+188=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A864BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864BC is #579B43. Grayscale: #828282. Windows color (decimal): -5741380 or 12346536. OLE color: 12346536.
HSL color Cylindrical-coordinate representation of color #A864BC: hue angle of 286.36º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A864BC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 100 | 188 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.26 |
| HSL | 286.36º | 0.4% | 0.56% | - |
| HSV(B) | 286.36º | 0.47% | 0.74% | - |
| XYZ | 29.78 | 21.07 | 50.07 | - |
| YUV | 130.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 188 | 0.11 | 0.47 | 0 | 0.26 | 286.36 | 0.4 | 0.56 |
| Hex | A8 | 64 | BC | B | 2F | 0 | 1A | 11E | 28 | 38 |
| Octal | 250 | 144 | 274 | 13 | 57 | 0 | 32 | 436 | 50 | 70 |
| Binary | 10101000 | 1100100 | 10111100 | 1011 | 101111 | 0 | 11010 | 100011110 | 101000 | 111000 |
Color Harmonies of #A864BC
Complementary color
Monochromatic Colors of #A864BC
Black with #A864BC
Text Example
Text Example
White with #A864BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864BC; }
p { color: rgb(168,100,188); }
H1.HeaderClassName
{
color: #A864BC;
}
.AnyTagClassName
{
color: #A864BC;
}
</style>
background-color css
<style>
a { background-color: #A864BC; }
a { background-color: rgb(168,100,188); }
div.DivClassName
{
background-color: #A864BC;
}
.BgClassName
{
background-color: #A864BC;
}
</style>
border-color css
<style>
span { border-color: #A864BC; }
span { border-color: rgb(168,100,188); }
td.TdClassName
{
border-color: #A864BC;
}
.TagClassName
{
border-color: #A864BC;
}
</style>