Shades of Deep Lilac #A745C0
Tints of Deep Lilac #A745C0
RGB
CMYK
RGB Variations
Color information
#A745C0 (or 0xA745C0) is known color: Deep Lilac. HEX triplet: A7, 45 and C0. RGB value is (167,69,192). Sum of RGB (Red+Green+Blue) = 167+69+192=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #A745C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A745C0 is #58BA3F. Grayscale: #6F6F6F. Windows color (decimal): -5814848 or 12600743. OLE color: 12600743.
HSL color Cylindrical-coordinate representation of color #A745C0: hue angle of 287.8º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A745C0 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 69 | 192 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.25 |
| HSL | 287.8º | 0.49% | 0.51% | - |
| HSV(B) | 287.8º | 0.64% | 0.75% | - |
| XYZ | 27.58 | 16.28 | 51.56 | - |
| YUV | 112.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 192 | 0.13 | 0.64 | 0 | 0.25 | 287.8 | 0.49 | 0.51 |
| Hex | A7 | 45 | C0 | D | 40 | 0 | 19 | 120 | 31 | 33 |
| Octal | 247 | 105 | 300 | 15 | 100 | 0 | 31 | 440 | 61 | 63 |
| Binary | 10100111 | 1000101 | 11000000 | 1101 | 1000000 | 0 | 11001 | 100100000 | 110001 | 110011 |
Color Harmonies of #A745C0
Complementary color
Monochromatic Colors of #A745C0
Black with #A745C0
Text Example
Text Example
White with #A745C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A745C0; }
p { color: rgb(167,69,192); }
H1.HeaderClassName
{
color: #A745C0;
}
.AnyTagClassName
{
color: #A745C0;
}
</style>
background-color css
<style>
a { background-color: #A745C0; }
a { background-color: rgb(167,69,192); }
div.DivClassName
{
background-color: #A745C0;
}
.BgClassName
{
background-color: #A745C0;
}
</style>
border-color css
<style>
span { border-color: #A745C0; }
span { border-color: rgb(167,69,192); }
td.TdClassName
{
border-color: #A745C0;
}
.TagClassName
{
border-color: #A745C0;
}
</style>