Shades of Deep Lilac #A74DC1
Tints of Deep Lilac #A74DC1
RGB
CMYK
RGB Variations
Color information
#A74DC1 (or 0xA74DC1) is known color: Deep Lilac. HEX triplet: A7, 4D and C1. RGB value is (167,77,193). Sum of RGB (Red+Green+Blue) = 167+77+193=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #A74DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DC1 is #58B23E. Grayscale: #747474. Windows color (decimal): -5812799 or 12668327. OLE color: 12668327.
HSL color Cylindrical-coordinate representation of color #A74DC1: hue angle of 286.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74DC1 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 77 | 193 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.24 |
| HSL | 286.55º | 0.48% | 0.53% | - |
| HSV(B) | 286.55º | 0.6% | 0.76% | - |
| XYZ | 28.22 | 17.37 | 52.32 | - |
| YUV | 117.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 193 | 0.13 | 0.60 | 0 | 0.24 | 286.55 | 0.48 | 0.53 |
| Hex | A7 | 4D | C1 | D | 3C | 0 | 18 | 11F | 30 | 35 |
| Octal | 247 | 115 | 301 | 15 | 74 | 0 | 30 | 437 | 60 | 65 |
| Binary | 10100111 | 1001101 | 11000001 | 1101 | 111100 | 0 | 11000 | 100011111 | 110000 | 110101 |
Color Harmonies of #A74DC1
Complementary color
Monochromatic Colors of #A74DC1
Black with #A74DC1
Text Example
Text Example
White with #A74DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DC1; }
p { color: rgb(167,77,193); }
H1.HeaderClassName
{
color: #A74DC1;
}
.AnyTagClassName
{
color: #A74DC1;
}
</style>
background-color css
<style>
a { background-color: #A74DC1; }
a { background-color: rgb(167,77,193); }
div.DivClassName
{
background-color: #A74DC1;
}
.BgClassName
{
background-color: #A74DC1;
}
</style>
border-color css
<style>
span { border-color: #A74DC1; }
span { border-color: rgb(167,77,193); }
td.TdClassName
{
border-color: #A74DC1;
}
.TagClassName
{
border-color: #A74DC1;
}
</style>