Shades of Deep Lilac #A767BC
Tints of Deep Lilac #A767BC
RGB
CMYK
RGB Variations
Color information
#A767BC (or 0xA767BC) is known color: Deep Lilac. HEX triplet: A7, 67 and BC. RGB value is (167,103,188). Sum of RGB (Red+Green+Blue) = 167+103+188=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #A767BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767BC is #589843. Grayscale: #838383. Windows color (decimal): -5806148 or 12347303. OLE color: 12347303.
HSL color Cylindrical-coordinate representation of color #A767BC: hue angle of 285.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A767BC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 103 | 188 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.26 |
| HSL | 285.18º | 0.39% | 0.57% | - |
| HSV(B) | 285.18º | 0.45% | 0.74% | - |
| XYZ | 29.86 | 21.55 | 50.16 | - |
| YUV | 131.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 188 | 0.11 | 0.45 | 0 | 0.26 | 285.18 | 0.39 | 0.57 |
| Hex | A7 | 67 | BC | B | 2D | 0 | 1A | 11D | 27 | 39 |
| Octal | 247 | 147 | 274 | 13 | 55 | 0 | 32 | 435 | 47 | 71 |
| Binary | 10100111 | 1100111 | 10111100 | 1011 | 101101 | 0 | 11010 | 100011101 | 100111 | 111001 |
Color Harmonies of #A767BC
Complementary color
Monochromatic Colors of #A767BC
Black with #A767BC
Text Example
Text Example
White with #A767BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A767BC; }
p { color: rgb(167,103,188); }
H1.HeaderClassName
{
color: #A767BC;
}
.AnyTagClassName
{
color: #A767BC;
}
</style>
background-color css
<style>
a { background-color: #A767BC; }
a { background-color: rgb(167,103,188); }
div.DivClassName
{
background-color: #A767BC;
}
.BgClassName
{
background-color: #A767BC;
}
</style>
border-color css
<style>
span { border-color: #A767BC; }
span { border-color: rgb(167,103,188); }
td.TdClassName
{
border-color: #A767BC;
}
.TagClassName
{
border-color: #A767BC;
}
</style>