Shades of Deep Lilac #A364B6
Tints of Deep Lilac #A364B6
RGB
CMYK
RGB Variations
Color information
#A364B6 (or 0xA364B6) is known color: Deep Lilac. HEX triplet: A3, 64 and B6. RGB value is (163,100,182). Sum of RGB (Red+Green+Blue) = 163+100+182=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #A364B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364B6 is #5C9B49. Grayscale: #7F7F7F. Windows color (decimal): -6069066 or 11953315. OLE color: 11953315.
HSL color Cylindrical-coordinate representation of color #A364B6: hue angle of 286.1º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A364B6 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 100 | 182 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.29 |
| HSL | 286.1º | 0.36% | 0.55% | - |
| HSV(B) | 286.1º | 0.45% | 0.71% | - |
| XYZ | 28.1 | 20.28 | 46.69 | - |
| YUV | 128.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 182 | 0.10 | 0.45 | 0 | 0.29 | 286.1 | 0.36 | 0.55 |
| Hex | A3 | 64 | B6 | A | 2D | 0 | 1D | 11E | 24 | 37 |
| Octal | 243 | 144 | 266 | 12 | 55 | 0 | 35 | 436 | 44 | 67 |
| Binary | 10100011 | 1100100 | 10110110 | 1010 | 101101 | 0 | 11101 | 100011110 | 100100 | 110111 |
Color Harmonies of #A364B6
Complementary color
Monochromatic Colors of #A364B6
Black with #A364B6
Text Example
Text Example
White with #A364B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364B6; }
p { color: rgb(163,100,182); }
H1.HeaderClassName
{
color: #A364B6;
}
.AnyTagClassName
{
color: #A364B6;
}
</style>
background-color css
<style>
a { background-color: #A364B6; }
a { background-color: rgb(163,100,182); }
div.DivClassName
{
background-color: #A364B6;
}
.BgClassName
{
background-color: #A364B6;
}
</style>
border-color css
<style>
span { border-color: #A364B6; }
span { border-color: rgb(163,100,182); }
td.TdClassName
{
border-color: #A364B6;
}
.TagClassName
{
border-color: #A364B6;
}
</style>