Shades of Deep Lilac #A460C6
Tints of Deep Lilac #A460C6
RGB
CMYK
RGB Variations
Color information
#A460C6 (or 0xA460C6) is known color: Deep Lilac. HEX triplet: A4, 60 and C6. RGB value is (164,96,198). Sum of RGB (Red+Green+Blue) = 164+96+198=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #A460C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460C6 is #5B9F39. Grayscale: #7F7F7F. Windows color (decimal): -6004538 or 13000868. OLE color: 13000868.
HSL color Cylindrical-coordinate representation of color #A460C6: hue angle of 280º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A460C6 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 96 | 198 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.22 |
| HSL | 280º | 0.47% | 0.58% | - |
| HSV(B) | 280º | 0.52% | 0.78% | - |
| XYZ | 29.69 | 20.34 | 55.79 | - |
| YUV | 127.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 198 | 0.17 | 0.52 | 0 | 0.22 | 280 | 0.47 | 0.58 |
| Hex | A4 | 60 | C6 | 11 | 34 | 0 | 16 | 118 | 2F | 3A |
| Octal | 244 | 140 | 306 | 21 | 64 | 0 | 26 | 430 | 57 | 72 |
| Binary | 10100100 | 1100000 | 11000110 | 10001 | 110100 | 0 | 10110 | 100011000 | 101111 | 111010 |
Color Harmonies of #A460C6
Complementary color
Monochromatic Colors of #A460C6
Black with #A460C6
Text Example
Text Example
White with #A460C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A460C6; }
p { color: rgb(164,96,198); }
H1.HeaderClassName
{
color: #A460C6;
}
.AnyTagClassName
{
color: #A460C6;
}
</style>
background-color css
<style>
a { background-color: #A460C6; }
a { background-color: rgb(164,96,198); }
div.DivClassName
{
background-color: #A460C6;
}
.BgClassName
{
background-color: #A460C6;
}
</style>
border-color css
<style>
span { border-color: #A460C6; }
span { border-color: rgb(164,96,198); }
td.TdClassName
{
border-color: #A460C6;
}
.TagClassName
{
border-color: #A460C6;
}
</style>