Shades of Deep Lilac #A366BD
Tints of Deep Lilac #A366BD
RGB
CMYK
RGB Variations
Color information
#A366BD (or 0xA366BD) is known color: Deep Lilac. HEX triplet: A3, 66 and BD. RGB value is (163,102,189). Sum of RGB (Red+Green+Blue) = 163+102+189=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #A366BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366BD is #5C9942. Grayscale: #818181. Windows color (decimal): -6068547 or 12412579. OLE color: 12412579.
HSL color Cylindrical-coordinate representation of color #A366BD: hue angle of 282.07º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A366BD is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 102 | 189 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.26 |
| HSL | 282.07º | 0.4% | 0.57% | - |
| HSV(B) | 282.07º | 0.46% | 0.74% | - |
| XYZ | 29.04 | 20.96 | 50.66 | - |
| YUV | 130.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 189 | 0.14 | 0.46 | 0 | 0.26 | 282.07 | 0.4 | 0.57 |
| Hex | A3 | 66 | BD | E | 2E | 0 | 1A | 11A | 28 | 39 |
| Octal | 243 | 146 | 275 | 16 | 56 | 0 | 32 | 432 | 50 | 71 |
| Binary | 10100011 | 1100110 | 10111101 | 1110 | 101110 | 0 | 11010 | 100011010 | 101000 | 111001 |
Color Harmonies of #A366BD
Complementary color
Monochromatic Colors of #A366BD
Black with #A366BD
Text Example
Text Example
White with #A366BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366BD; }
p { color: rgb(163,102,189); }
H1.HeaderClassName
{
color: #A366BD;
}
.AnyTagClassName
{
color: #A366BD;
}
</style>
background-color css
<style>
a { background-color: #A366BD; }
a { background-color: rgb(163,102,189); }
div.DivClassName
{
background-color: #A366BD;
}
.BgClassName
{
background-color: #A366BD;
}
</style>
border-color css
<style>
span { border-color: #A366BD; }
span { border-color: rgb(163,102,189); }
td.TdClassName
{
border-color: #A366BD;
}
.TagClassName
{
border-color: #A366BD;
}
</style>