Shades of Deep Lilac #A466B7
Tints of Deep Lilac #A466B7
RGB
CMYK
RGB Variations
Color information
#A466B7 (or 0xA466B7) is known color: Deep Lilac. HEX triplet: A4, 66 and B7. RGB value is (164,102,183). Sum of RGB (Red+Green+Blue) = 164+102+183=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 183 - color contains mainly: blue. Hex color #A466B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466B7 is #5B9948. Grayscale: #818181. Windows color (decimal): -6003017 or 12019364. OLE color: 12019364.
HSL color Cylindrical-coordinate representation of color #A466B7: hue angle of 285.93º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A466B7 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 102 | 183 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.28 |
| HSL | 285.93º | 0.36% | 0.56% | - |
| HSV(B) | 285.93º | 0.44% | 0.72% | - |
| XYZ | 28.61 | 20.81 | 47.31 | - |
| YUV | 129.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 183 | 0.10 | 0.44 | 0 | 0.28 | 285.93 | 0.36 | 0.56 |
| Hex | A4 | 66 | B7 | A | 2C | 0 | 1C | 11E | 24 | 38 |
| Octal | 244 | 146 | 267 | 12 | 54 | 0 | 34 | 436 | 44 | 70 |
| Binary | 10100100 | 1100110 | 10110111 | 1010 | 101100 | 0 | 11100 | 100011110 | 100100 | 111000 |
Color Harmonies of #A466B7
Complementary color
Monochromatic Colors of #A466B7
Black with #A466B7
Text Example
Text Example
White with #A466B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466B7; }
p { color: rgb(164,102,183); }
H1.HeaderClassName
{
color: #A466B7;
}
.AnyTagClassName
{
color: #A466B7;
}
</style>
background-color css
<style>
a { background-color: #A466B7; }
a { background-color: rgb(164,102,183); }
div.DivClassName
{
background-color: #A466B7;
}
.BgClassName
{
background-color: #A466B7;
}
</style>
border-color css
<style>
span { border-color: #A466B7; }
span { border-color: rgb(164,102,183); }
td.TdClassName
{
border-color: #A466B7;
}
.TagClassName
{
border-color: #A466B7;
}
</style>