Shades of Deep Lilac #A74FC1
Tints of Deep Lilac #A74FC1
RGB
CMYK
RGB Variations
Color information
#A74FC1 (or 0xA74FC1) is known color: Deep Lilac. HEX triplet: A7, 4F and C1. RGB value is (167,79,193). Sum of RGB (Red+Green+Blue) = 167+79+193=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #A74FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FC1 is #58B03E. Grayscale: #757575. Windows color (decimal): -5812287 or 12668839. OLE color: 12668839.
HSL color Cylindrical-coordinate representation of color #A74FC1: hue angle of 286.32º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74FC1 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 79 | 193 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.24 |
| HSL | 286.32º | 0.48% | 0.53% | - |
| HSV(B) | 286.32º | 0.59% | 0.76% | - |
| XYZ | 28.36 | 17.66 | 52.37 | - |
| YUV | 118.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 193 | 0.13 | 0.59 | 0 | 0.24 | 286.32 | 0.48 | 0.53 |
| Hex | A7 | 4F | C1 | D | 3B | 0 | 18 | 11E | 30 | 35 |
| Octal | 247 | 117 | 301 | 15 | 73 | 0 | 30 | 436 | 60 | 65 |
| Binary | 10100111 | 1001111 | 11000001 | 1101 | 111011 | 0 | 11000 | 100011110 | 110000 | 110101 |
Color Harmonies of #A74FC1
Complementary color
Monochromatic Colors of #A74FC1
Black with #A74FC1
Text Example
Text Example
White with #A74FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FC1; }
p { color: rgb(167,79,193); }
H1.HeaderClassName
{
color: #A74FC1;
}
.AnyTagClassName
{
color: #A74FC1;
}
</style>
background-color css
<style>
a { background-color: #A74FC1; }
a { background-color: rgb(167,79,193); }
div.DivClassName
{
background-color: #A74FC1;
}
.BgClassName
{
background-color: #A74FC1;
}
</style>
border-color css
<style>
span { border-color: #A74FC1; }
span { border-color: rgb(167,79,193); }
td.TdClassName
{
border-color: #A74FC1;
}
.TagClassName
{
border-color: #A74FC1;
}
</style>