Shades of Deep Lilac #A767C0
Tints of Deep Lilac #A767C0
RGB
CMYK
RGB Variations
Color information
#A767C0 (or 0xA767C0) is known color: Deep Lilac. HEX triplet: A7, 67 and C0. RGB value is (167,103,192). Sum of RGB (Red+Green+Blue) = 167+103+192=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #A767C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767C0 is #58983F. Grayscale: #838383. Windows color (decimal): -5806144 or 12609447. OLE color: 12609447.
HSL color Cylindrical-coordinate representation of color #A767C0: hue angle of 283.15º degrees, saturation: 0.41, 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 #A767C0 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 103 | 192 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.25 |
| HSL | 283.15º | 0.41% | 0.58% | - |
| HSV(B) | 283.15º | 0.46% | 0.75% | - |
| XYZ | 30.3 | 21.72 | 52.46 | - |
| YUV | 132.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 192 | 0.13 | 0.46 | 0 | 0.25 | 283.15 | 0.41 | 0.58 |
| Hex | A7 | 67 | C0 | D | 2E | 0 | 19 | 11B | 29 | 3A |
| Octal | 247 | 147 | 300 | 15 | 56 | 0 | 31 | 433 | 51 | 72 |
| Binary | 10100111 | 1100111 | 11000000 | 1101 | 101110 | 0 | 11001 | 100011011 | 101001 | 111010 |
Color Harmonies of #A767C0
Complementary color
Monochromatic Colors of #A767C0
Black with #A767C0
Text Example
Text Example
White with #A767C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A767C0; }
p { color: rgb(167,103,192); }
H1.HeaderClassName
{
color: #A767C0;
}
.AnyTagClassName
{
color: #A767C0;
}
</style>
background-color css
<style>
a { background-color: #A767C0; }
a { background-color: rgb(167,103,192); }
div.DivClassName
{
background-color: #A767C0;
}
.BgClassName
{
background-color: #A767C0;
}
</style>
border-color css
<style>
span { border-color: #A767C0; }
span { border-color: rgb(167,103,192); }
td.TdClassName
{
border-color: #A767C0;
}
.TagClassName
{
border-color: #A767C0;
}
</style>