Shades of Deep Lilac #A84AC6
Tints of Deep Lilac #A84AC6
RGB
CMYK
RGB Variations
Color information
#A84AC6 (or 0xA84AC6) is known color: Deep Lilac. HEX triplet: A8, 4A and C6. RGB value is (168,74,198). Sum of RGB (Red+Green+Blue) = 168+74+198=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #A84AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84AC6 is #57B539. Grayscale: #737373. Windows color (decimal): -5748026 or 12995240. OLE color: 12995240.
HSL color Cylindrical-coordinate representation of color #A84AC6: hue angle of 285.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84AC6 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 74 | 198 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.22 |
| HSL | 285.48º | 0.52% | 0.53% | - |
| HSV(B) | 285.48º | 0.63% | 0.78% | - |
| XYZ | 28.79 | 17.3 | 55.25 | - |
| YUV | 116.24 | 174.14 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 198 | 0.15 | 0.63 | 0 | 0.22 | 285.48 | 0.52 | 0.53 |
| Hex | A8 | 4A | C6 | F | 3F | 0 | 16 | 11D | 34 | 35 |
| Octal | 250 | 112 | 306 | 17 | 77 | 0 | 26 | 435 | 64 | 65 |
| Binary | 10101000 | 1001010 | 11000110 | 1111 | 111111 | 0 | 10110 | 100011101 | 110100 | 110101 |
Color Harmonies of #A84AC6
Complementary color
Monochromatic Colors of #A84AC6
Black with #A84AC6
Text Example
Text Example
White with #A84AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AC6; }
p { color: rgb(168,74,198); }
H1.HeaderClassName
{
color: #A84AC6;
}
.AnyTagClassName
{
color: #A84AC6;
}
</style>
background-color css
<style>
a { background-color: #A84AC6; }
a { background-color: rgb(168,74,198); }
div.DivClassName
{
background-color: #A84AC6;
}
.BgClassName
{
background-color: #A84AC6;
}
</style>
border-color css
<style>
span { border-color: #A84AC6; }
span { border-color: rgb(168,74,198); }
td.TdClassName
{
border-color: #A84AC6;
}
.TagClassName
{
border-color: #A84AC6;
}
</style>