Shades of Deep Lilac #A767BA
Tints of Deep Lilac #A767BA
RGB
CMYK
RGB Variations
Color information
#A767BA (or 0xA767BA) is known color: Deep Lilac. HEX triplet: A7, 67 and BA. RGB value is (167,103,186). Sum of RGB (Red+Green+Blue) = 167+103+186=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #A767BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767BA is #589845. Grayscale: #838383. Windows color (decimal): -5806150 or 12216231. OLE color: 12216231.
HSL color Cylindrical-coordinate representation of color #A767BA: hue angle of 286.27º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A767BA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 103 | 186 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.27 |
| HSL | 286.27º | 0.38% | 0.57% | - |
| HSV(B) | 286.27º | 0.45% | 0.73% | - |
| XYZ | 29.65 | 21.46 | 49.03 | - |
| YUV | 131.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 186 | 0.10 | 0.45 | 0 | 0.27 | 286.27 | 0.38 | 0.57 |
| Hex | A7 | 67 | BA | A | 2D | 0 | 1B | 11E | 26 | 39 |
| Octal | 247 | 147 | 272 | 12 | 55 | 0 | 33 | 436 | 46 | 71 |
| Binary | 10100111 | 1100111 | 10111010 | 1010 | 101101 | 0 | 11011 | 100011110 | 100110 | 111001 |
Color Harmonies of #A767BA
Complementary color
Monochromatic Colors of #A767BA
Black with #A767BA
Text Example
Text Example
White with #A767BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A767BA; }
p { color: rgb(167,103,186); }
H1.HeaderClassName
{
color: #A767BA;
}
.AnyTagClassName
{
color: #A767BA;
}
</style>
background-color css
<style>
a { background-color: #A767BA; }
a { background-color: rgb(167,103,186); }
div.DivClassName
{
background-color: #A767BA;
}
.BgClassName
{
background-color: #A767BA;
}
</style>
border-color css
<style>
span { border-color: #A767BA; }
span { border-color: rgb(167,103,186); }
td.TdClassName
{
border-color: #A767BA;
}
.TagClassName
{
border-color: #A767BA;
}
</style>