Shades of Deep Lilac #A869C1
Tints of Deep Lilac #A869C1
RGB
CMYK
RGB Variations
Color information
#A869C1 (or 0xA869C1) is known color: Deep Lilac. HEX triplet: A8, 69 and C1. RGB value is (168,105,193). Sum of RGB (Red+Green+Blue) = 168+105+193=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #A869C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869C1 is #57963E. Grayscale: #858585. Windows color (decimal): -5740095 or 12675496. OLE color: 12675496.
HSL color Cylindrical-coordinate representation of color #A869C1: hue angle of 282.95º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A869C1 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 105 | 193 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.24 |
| HSL | 282.95º | 0.42% | 0.58% | - |
| HSV(B) | 282.95º | 0.46% | 0.76% | - |
| XYZ | 30.83 | 22.28 | 53.13 | - |
| YUV | 133.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 193 | 0.13 | 0.46 | 0 | 0.24 | 282.95 | 0.42 | 0.58 |
| Hex | A8 | 69 | C1 | D | 2E | 0 | 18 | 11B | 2A | 3A |
| Octal | 250 | 151 | 301 | 15 | 56 | 0 | 30 | 433 | 52 | 72 |
| Binary | 10101000 | 1101001 | 11000001 | 1101 | 101110 | 0 | 11000 | 100011011 | 101010 | 111010 |
Color Harmonies of #A869C1
Complementary color
Monochromatic Colors of #A869C1
Black with #A869C1
Text Example
Text Example
White with #A869C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869C1; }
p { color: rgb(168,105,193); }
H1.HeaderClassName
{
color: #A869C1;
}
.AnyTagClassName
{
color: #A869C1;
}
</style>
background-color css
<style>
a { background-color: #A869C1; }
a { background-color: rgb(168,105,193); }
div.DivClassName
{
background-color: #A869C1;
}
.BgClassName
{
background-color: #A869C1;
}
</style>
border-color css
<style>
span { border-color: #A869C1; }
span { border-color: rgb(168,105,193); }
td.TdClassName
{
border-color: #A869C1;
}
.TagClassName
{
border-color: #A869C1;
}
</style>