Shades of Deep Lilac #A74DCB
Tints of Deep Lilac #A74DCB
RGB
CMYK
RGB Variations
Color information
#A74DCB (or 0xA74DCB) is known color: Deep Lilac. HEX triplet: A7, 4D and CB. RGB value is (167,77,203). Sum of RGB (Red+Green+Blue) = 167+77+203=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #A74DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DCB is #58B234. Grayscale: #757575. Windows color (decimal): -5812789 or 13323687. OLE color: 13323687.
HSL color Cylindrical-coordinate representation of color #A74DCB: hue angle of 282.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74DCB is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 77 | 203 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.20 |
| HSL | 282.86º | 0.55% | 0.55% | - |
| HSV(B) | 282.86º | 0.62% | 0.8% | - |
| XYZ | 29.37 | 17.84 | 58.39 | - |
| YUV | 118.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 203 | 0.18 | 0.62 | 0 | 0.20 | 282.86 | 0.55 | 0.55 |
| Hex | A7 | 4D | CB | 12 | 3E | 0 | 14 | 11B | 37 | 37 |
| Octal | 247 | 115 | 313 | 22 | 76 | 0 | 24 | 433 | 67 | 67 |
| Binary | 10100111 | 1001101 | 11001011 | 10010 | 111110 | 0 | 10100 | 100011011 | 110111 | 110111 |
Color Harmonies of #A74DCB
Complementary color
Monochromatic Colors of #A74DCB
Black with #A74DCB
Text Example
Text Example
White with #A74DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DCB; }
p { color: rgb(167,77,203); }
H1.HeaderClassName
{
color: #A74DCB;
}
.AnyTagClassName
{
color: #A74DCB;
}
</style>
background-color css
<style>
a { background-color: #A74DCB; }
a { background-color: rgb(167,77,203); }
div.DivClassName
{
background-color: #A74DCB;
}
.BgClassName
{
background-color: #A74DCB;
}
</style>
border-color css
<style>
span { border-color: #A74DCB; }
span { border-color: rgb(167,77,203); }
td.TdClassName
{
border-color: #A74DCB;
}
.TagClassName
{
border-color: #A74DCB;
}
</style>