Shades of Deep Lilac #A84AC8
Tints of Deep Lilac #A84AC8
RGB
CMYK
RGB Variations
Color information
#A84AC8 (or 0xA84AC8) is known color: Deep Lilac. HEX triplet: A8, 4A and C8. RGB value is (168,74,200). Sum of RGB (Red+Green+Blue) = 168+74+200=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #A84AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84AC8 is #57B537. Grayscale: #747474. Windows color (decimal): -5748024 or 13126312. OLE color: 13126312.
HSL color Cylindrical-coordinate representation of color #A84AC8: hue angle of 284.76º 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 #A84AC8 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 74 | 200 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.22 |
| HSL | 284.76º | 0.53% | 0.54% | - |
| HSV(B) | 284.76º | 0.63% | 0.78% | - |
| XYZ | 29.02 | 17.39 | 56.47 | - |
| YUV | 116.47 | 175.14 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 200 | 0.16 | 0.63 | 0 | 0.22 | 284.76 | 0.53 | 0.54 |
| Hex | A8 | 4A | C8 | 10 | 3F | 0 | 16 | 11D | 35 | 36 |
| Octal | 250 | 112 | 310 | 20 | 77 | 0 | 26 | 435 | 65 | 66 |
| Binary | 10101000 | 1001010 | 11001000 | 10000 | 111111 | 0 | 10110 | 100011101 | 110101 | 110110 |
Color Harmonies of #A84AC8
Complementary color
Monochromatic Colors of #A84AC8
Black with #A84AC8
Text Example
Text Example
White with #A84AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AC8; }
p { color: rgb(168,74,200); }
H1.HeaderClassName
{
color: #A84AC8;
}
.AnyTagClassName
{
color: #A84AC8;
}
</style>
background-color css
<style>
a { background-color: #A84AC8; }
a { background-color: rgb(168,74,200); }
div.DivClassName
{
background-color: #A84AC8;
}
.BgClassName
{
background-color: #A84AC8;
}
</style>
border-color css
<style>
span { border-color: #A84AC8; }
span { border-color: rgb(168,74,200); }
td.TdClassName
{
border-color: #A84AC8;
}
.TagClassName
{
border-color: #A84AC8;
}
</style>