Shades of Deep Lilac #A744C0
Tints of Deep Lilac #A744C0
RGB
CMYK
RGB Variations
Color information
#A744C0 (or 0xA744C0) is known color: Deep Lilac. HEX triplet: A7, 44 and C0. RGB value is (167,68,192). Sum of RGB (Red+Green+Blue) = 167+68+192=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #A744C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A744C0 is #58BB3F. Grayscale: #6F6F6F. Windows color (decimal): -5815104 or 12600487. OLE color: 12600487.
HSL color Cylindrical-coordinate representation of color #A744C0: hue angle of 287.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A744C0 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 68 | 192 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.25 |
| HSL | 287.9º | 0.5% | 0.51% | - |
| HSV(B) | 287.9º | 0.65% | 0.75% | - |
| XYZ | 27.52 | 16.16 | 51.54 | - |
| YUV | 111.74 | 173.3 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 192 | 0.13 | 0.65 | 0 | 0.25 | 287.9 | 0.5 | 0.51 |
| Hex | A7 | 44 | C0 | D | 41 | 0 | 19 | 120 | 32 | 33 |
| Octal | 247 | 104 | 300 | 15 | 101 | 0 | 31 | 440 | 62 | 63 |
| Binary | 10100111 | 1000100 | 11000000 | 1101 | 1000001 | 0 | 11001 | 100100000 | 110010 | 110011 |
Color Harmonies of #A744C0
Complementary color
Monochromatic Colors of #A744C0
Black with #A744C0
Text Example
Text Example
White with #A744C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744C0; }
p { color: rgb(167,68,192); }
H1.HeaderClassName
{
color: #A744C0;
}
.AnyTagClassName
{
color: #A744C0;
}
</style>
background-color css
<style>
a { background-color: #A744C0; }
a { background-color: rgb(167,68,192); }
div.DivClassName
{
background-color: #A744C0;
}
.BgClassName
{
background-color: #A744C0;
}
</style>
border-color css
<style>
span { border-color: #A744C0; }
span { border-color: rgb(167,68,192); }
td.TdClassName
{
border-color: #A744C0;
}
.TagClassName
{
border-color: #A744C0;
}
</style>