Shades of Deep Lilac #A74CC5
Tints of Deep Lilac #A74CC5
RGB
CMYK
RGB Variations
Color information
#A74CC5 (or 0xA74CC5) is known color: Deep Lilac. HEX triplet: A7, 4C and C5. RGB value is (167,76,197). Sum of RGB (Red+Green+Blue) = 167+76+197=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 197 - color contains mainly: blue. Hex color #A74CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CC5 is #58B33A. Grayscale: #747474. Windows color (decimal): -5813051 or 12930215. OLE color: 12930215.
HSL color Cylindrical-coordinate representation of color #A74CC5: hue angle of 285.12º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74CC5 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 76 | 197 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.23 |
| HSL | 285.12º | 0.51% | 0.54% | - |
| HSV(B) | 285.12º | 0.61% | 0.77% | - |
| XYZ | 28.6 | 17.42 | 54.68 | - |
| YUV | 117 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 197 | 0.15 | 0.61 | 0 | 0.23 | 285.12 | 0.51 | 0.54 |
| Hex | A7 | 4C | C5 | F | 3D | 0 | 17 | 11D | 33 | 36 |
| Octal | 247 | 114 | 305 | 17 | 75 | 0 | 27 | 435 | 63 | 66 |
| Binary | 10100111 | 1001100 | 11000101 | 1111 | 111101 | 0 | 10111 | 100011101 | 110011 | 110110 |
Color Harmonies of #A74CC5
Complementary color
Monochromatic Colors of #A74CC5
Black with #A74CC5
Text Example
Text Example
White with #A74CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CC5; }
p { color: rgb(167,76,197); }
H1.HeaderClassName
{
color: #A74CC5;
}
.AnyTagClassName
{
color: #A74CC5;
}
</style>
background-color css
<style>
a { background-color: #A74CC5; }
a { background-color: rgb(167,76,197); }
div.DivClassName
{
background-color: #A74CC5;
}
.BgClassName
{
background-color: #A74CC5;
}
</style>
border-color css
<style>
span { border-color: #A74CC5; }
span { border-color: rgb(167,76,197); }
td.TdClassName
{
border-color: #A74CC5;
}
.TagClassName
{
border-color: #A74CC5;
}
</style>