Shades of Deep Lilac #A869BC
Tints of Deep Lilac #A869BC
RGB
CMYK
RGB Variations
Color information
#A869BC (or 0xA869BC) is known color: Deep Lilac. HEX triplet: A8, 69 and BC. RGB value is (168,105,188). Sum of RGB (Red+Green+Blue) = 168+105+188=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #A869BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869BC is #579643. Grayscale: #858585. Windows color (decimal): -5740100 or 12347816. OLE color: 12347816.
HSL color Cylindrical-coordinate representation of color #A869BC: hue angle of 285.54º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A869BC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 105 | 188 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.26 |
| HSL | 285.54º | 0.38% | 0.57% | - |
| HSV(B) | 285.54º | 0.44% | 0.74% | - |
| XYZ | 30.28 | 22.06 | 50.24 | - |
| YUV | 133.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 188 | 0.11 | 0.44 | 0 | 0.26 | 285.54 | 0.38 | 0.57 |
| Hex | A8 | 69 | BC | B | 2C | 0 | 1A | 11E | 26 | 39 |
| Octal | 250 | 151 | 274 | 13 | 54 | 0 | 32 | 436 | 46 | 71 |
| Binary | 10101000 | 1101001 | 10111100 | 1011 | 101100 | 0 | 11010 | 100011110 | 100110 | 111001 |
Color Harmonies of #A869BC
Complementary color
Monochromatic Colors of #A869BC
Black with #A869BC
Text Example
Text Example
White with #A869BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869BC; }
p { color: rgb(168,105,188); }
H1.HeaderClassName
{
color: #A869BC;
}
.AnyTagClassName
{
color: #A869BC;
}
</style>
background-color css
<style>
a { background-color: #A869BC; }
a { background-color: rgb(168,105,188); }
div.DivClassName
{
background-color: #A869BC;
}
.BgClassName
{
background-color: #A869BC;
}
</style>
border-color css
<style>
span { border-color: #A869BC; }
span { border-color: rgb(168,105,188); }
td.TdClassName
{
border-color: #A869BC;
}
.TagClassName
{
border-color: #A869BC;
}
</style>