Shades of Deep Lilac #A466C1
Tints of Deep Lilac #A466C1
RGB
CMYK
RGB Variations
Color information
#A466C1 (or 0xA466C1) is known color: Deep Lilac. HEX triplet: A4, 66 and C1. RGB value is (164,102,193). Sum of RGB (Red+Green+Blue) = 164+102+193=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #A466C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466C1 is #5B993E. Grayscale: #828282. Windows color (decimal): -6003007 or 12674724. OLE color: 12674724.
HSL color Cylindrical-coordinate representation of color #A466C1: hue angle of 280.88º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A466C1 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 102 | 193 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.24 |
| HSL | 280.88º | 0.42% | 0.58% | - |
| HSV(B) | 280.88º | 0.47% | 0.76% | - |
| XYZ | 29.69 | 21.25 | 52.99 | - |
| YUV | 130.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 193 | 0.15 | 0.47 | 0 | 0.24 | 280.88 | 0.42 | 0.58 |
| Hex | A4 | 66 | C1 | F | 2F | 0 | 18 | 119 | 2A | 3A |
| Octal | 244 | 146 | 301 | 17 | 57 | 0 | 30 | 431 | 52 | 72 |
| Binary | 10100100 | 1100110 | 11000001 | 1111 | 101111 | 0 | 11000 | 100011001 | 101010 | 111010 |
Color Harmonies of #A466C1
Complementary color
Monochromatic Colors of #A466C1
Black with #A466C1
Text Example
Text Example
White with #A466C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466C1; }
p { color: rgb(164,102,193); }
H1.HeaderClassName
{
color: #A466C1;
}
.AnyTagClassName
{
color: #A466C1;
}
</style>
background-color css
<style>
a { background-color: #A466C1; }
a { background-color: rgb(164,102,193); }
div.DivClassName
{
background-color: #A466C1;
}
.BgClassName
{
background-color: #A466C1;
}
</style>
border-color css
<style>
span { border-color: #A466C1; }
span { border-color: rgb(164,102,193); }
td.TdClassName
{
border-color: #A466C1;
}
.TagClassName
{
border-color: #A466C1;
}
</style>