Shades of Deep Lilac #A768C1
Tints of Deep Lilac #A768C1
RGB
CMYK
RGB Variations
Color information
#A768C1 (or 0xA768C1) is known color: Deep Lilac. HEX triplet: A7, 68 and C1. RGB value is (167,104,193). Sum of RGB (Red+Green+Blue) = 167+104+193=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #A768C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768C1 is #58973E. Grayscale: #848484. Windows color (decimal): -5805887 or 12675239. OLE color: 12675239.
HSL color Cylindrical-coordinate representation of color #A768C1: hue angle of 282.47º 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 #A768C1 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 104 | 193 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.24 |
| HSL | 282.47º | 0.42% | 0.58% | - |
| HSV(B) | 282.47º | 0.46% | 0.76% | - |
| XYZ | 30.51 | 21.97 | 53.08 | - |
| YUV | 132.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 193 | 0.13 | 0.46 | 0 | 0.24 | 282.47 | 0.42 | 0.58 |
| Hex | A7 | 68 | C1 | D | 2E | 0 | 18 | 11A | 2A | 3A |
| Octal | 247 | 150 | 301 | 15 | 56 | 0 | 30 | 432 | 52 | 72 |
| Binary | 10100111 | 1101000 | 11000001 | 1101 | 101110 | 0 | 11000 | 100011010 | 101010 | 111010 |
Color Harmonies of #A768C1
Complementary color
Monochromatic Colors of #A768C1
Black with #A768C1
Text Example
Text Example
White with #A768C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A768C1; }
p { color: rgb(167,104,193); }
H1.HeaderClassName
{
color: #A768C1;
}
.AnyTagClassName
{
color: #A768C1;
}
</style>
background-color css
<style>
a { background-color: #A768C1; }
a { background-color: rgb(167,104,193); }
div.DivClassName
{
background-color: #A768C1;
}
.BgClassName
{
background-color: #A768C1;
}
</style>
border-color css
<style>
span { border-color: #A768C1; }
span { border-color: rgb(167,104,193); }
td.TdClassName
{
border-color: #A768C1;
}
.TagClassName
{
border-color: #A768C1;
}
</style>