Shades of Deep Lilac #A366BF
Tints of Deep Lilac #A366BF
RGB
CMYK
RGB Variations
Color information
#A366BF (or 0xA366BF) is known color: Deep Lilac. HEX triplet: A3, 66 and BF. RGB value is (163,102,191). Sum of RGB (Red+Green+Blue) = 163+102+191=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #A366BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366BF is #5C9940. Grayscale: #828282. Windows color (decimal): -6068545 or 12543651. OLE color: 12543651.
HSL color Cylindrical-coordinate representation of color #A366BF: hue angle of 281.12º degrees, saturation: 0.41, 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 #A366BF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 102 | 191 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.25 |
| HSL | 281.12º | 0.41% | 0.57% | - |
| HSV(B) | 281.12º | 0.47% | 0.75% | - |
| XYZ | 29.26 | 21.05 | 51.81 | - |
| YUV | 130.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 191 | 0.15 | 0.47 | 0 | 0.25 | 281.12 | 0.41 | 0.57 |
| Hex | A3 | 66 | BF | F | 2F | 0 | 19 | 119 | 29 | 39 |
| Octal | 243 | 146 | 277 | 17 | 57 | 0 | 31 | 431 | 51 | 71 |
| Binary | 10100011 | 1100110 | 10111111 | 1111 | 101111 | 0 | 11001 | 100011001 | 101001 | 111001 |
Color Harmonies of #A366BF
Complementary color
Monochromatic Colors of #A366BF
Black with #A366BF
Text Example
Text Example
White with #A366BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366BF; }
p { color: rgb(163,102,191); }
H1.HeaderClassName
{
color: #A366BF;
}
.AnyTagClassName
{
color: #A366BF;
}
</style>
background-color css
<style>
a { background-color: #A366BF; }
a { background-color: rgb(163,102,191); }
div.DivClassName
{
background-color: #A366BF;
}
.BgClassName
{
background-color: #A366BF;
}
</style>
border-color css
<style>
span { border-color: #A366BF; }
span { border-color: rgb(163,102,191); }
td.TdClassName
{
border-color: #A366BF;
}
.TagClassName
{
border-color: #A366BF;
}
</style>