Shades of Deep Lilac #A165C0
Tints of Deep Lilac #A165C0
RGB
CMYK
RGB Variations
Color information
#A165C0 (or 0xA165C0) is known color: Deep Lilac. HEX triplet: A1, 65 and C0. RGB value is (161,101,192). Sum of RGB (Red+Green+Blue) = 161+101+192=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #A165C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165C0 is #5E9A3F. Grayscale: #818181. Windows color (decimal): -6199872 or 12608929. OLE color: 12608929.
HSL color Cylindrical-coordinate representation of color #A165C0: hue angle of 279.56º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A165C0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 101 | 192 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.25 |
| HSL | 279.56º | 0.42% | 0.57% | - |
| HSV(B) | 279.56º | 0.47% | 0.75% | - |
| XYZ | 28.87 | 20.69 | 52.34 | - |
| YUV | 129.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 192 | 0.16 | 0.47 | 0 | 0.25 | 279.56 | 0.42 | 0.57 |
| Hex | A1 | 65 | C0 | 10 | 2F | 0 | 19 | 118 | 2A | 39 |
| Octal | 241 | 145 | 300 | 20 | 57 | 0 | 31 | 430 | 52 | 71 |
| Binary | 10100001 | 1100101 | 11000000 | 10000 | 101111 | 0 | 11001 | 100011000 | 101010 | 111001 |
Color Harmonies of #A165C0
Complementary color
Monochromatic Colors of #A165C0
Black with #A165C0
Text Example
Text Example
White with #A165C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165C0; }
p { color: rgb(161,101,192); }
H1.HeaderClassName
{
color: #A165C0;
}
.AnyTagClassName
{
color: #A165C0;
}
</style>
background-color css
<style>
a { background-color: #A165C0; }
a { background-color: rgb(161,101,192); }
div.DivClassName
{
background-color: #A165C0;
}
.BgClassName
{
background-color: #A165C0;
}
</style>
border-color css
<style>
span { border-color: #A165C0; }
span { border-color: rgb(161,101,192); }
td.TdClassName
{
border-color: #A165C0;
}
.TagClassName
{
border-color: #A165C0;
}
</style>