Shades of Deep Lilac #A74AC8
Tints of Deep Lilac #A74AC8
RGB
CMYK
RGB Variations
Color information
#A74AC8 (or 0xA74AC8) is known color: Deep Lilac. HEX triplet: A7, 4A and C8. RGB value is (167,74,200). Sum of RGB (Red+Green+Blue) = 167+74+200=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #A74AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74AC8 is #58B537. Grayscale: #737373. Windows color (decimal): -5813560 or 13126311. OLE color: 13126311.
HSL color Cylindrical-coordinate representation of color #A74AC8: hue angle of 284.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A74AC8 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 74 | 200 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.22 |
| HSL | 284.29º | 0.53% | 0.54% | - |
| HSV(B) | 284.29º | 0.63% | 0.78% | - |
| XYZ | 28.81 | 17.28 | 56.46 | - |
| YUV | 116.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 200 | 0.16 | 0.63 | 0 | 0.22 | 284.29 | 0.53 | 0.54 |
| Hex | A7 | 4A | C8 | 10 | 3F | 0 | 16 | 11C | 35 | 36 |
| Octal | 247 | 112 | 310 | 20 | 77 | 0 | 26 | 434 | 65 | 66 |
| Binary | 10100111 | 1001010 | 11001000 | 10000 | 111111 | 0 | 10110 | 100011100 | 110101 | 110110 |
Color Harmonies of #A74AC8
Complementary color
Monochromatic Colors of #A74AC8
Black with #A74AC8
Text Example
Text Example
White with #A74AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74AC8; }
p { color: rgb(167,74,200); }
H1.HeaderClassName
{
color: #A74AC8;
}
.AnyTagClassName
{
color: #A74AC8;
}
</style>
background-color css
<style>
a { background-color: #A74AC8; }
a { background-color: rgb(167,74,200); }
div.DivClassName
{
background-color: #A74AC8;
}
.BgClassName
{
background-color: #A74AC8;
}
</style>
border-color css
<style>
span { border-color: #A74AC8; }
span { border-color: rgb(167,74,200); }
td.TdClassName
{
border-color: #A74AC8;
}
.TagClassName
{
border-color: #A74AC8;
}
</style>