Shades of Deep Lilac #A768BF
Tints of Deep Lilac #A768BF
RGB
CMYK
RGB Variations
Color information
#A768BF (or 0xA768BF) is known color: Deep Lilac. HEX triplet: A7, 68 and BF. RGB value is (167,104,191). Sum of RGB (Red+Green+Blue) = 167+104+191=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A768BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768BF is #589740. Grayscale: #848484. Windows color (decimal): -5805889 or 12544167. OLE color: 12544167.
HSL color Cylindrical-coordinate representation of color #A768BF: hue angle of 283.45º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A768BF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 104 | 191 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.25 |
| HSL | 283.45º | 0.4% | 0.58% | - |
| HSV(B) | 283.45º | 0.46% | 0.75% | - |
| XYZ | 30.29 | 21.88 | 51.92 | - |
| YUV | 132.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 191 | 0.13 | 0.46 | 0 | 0.25 | 283.45 | 0.4 | 0.58 |
| Hex | A7 | 68 | BF | D | 2E | 0 | 19 | 11B | 28 | 3A |
| Octal | 247 | 150 | 277 | 15 | 56 | 0 | 31 | 433 | 50 | 72 |
| Binary | 10100111 | 1101000 | 10111111 | 1101 | 101110 | 0 | 11001 | 100011011 | 101000 | 111010 |
Color Harmonies of #A768BF
Complementary color
Monochromatic Colors of #A768BF
Black with #A768BF
Text Example
Text Example
White with #A768BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A768BF; }
p { color: rgb(167,104,191); }
H1.HeaderClassName
{
color: #A768BF;
}
.AnyTagClassName
{
color: #A768BF;
}
</style>
background-color css
<style>
a { background-color: #A768BF; }
a { background-color: rgb(167,104,191); }
div.DivClassName
{
background-color: #A768BF;
}
.BgClassName
{
background-color: #A768BF;
}
</style>
border-color css
<style>
span { border-color: #A768BF; }
span { border-color: rgb(167,104,191); }
td.TdClassName
{
border-color: #A768BF;
}
.TagClassName
{
border-color: #A768BF;
}
</style>