Shades of Deep Lilac #A643B6
Tints of Deep Lilac #A643B6
RGB
CMYK
RGB Variations
Color information
#A643B6 (or 0xA643B6) is known color: Deep Lilac. HEX triplet: A6, 43 and B6. RGB value is (166,67,182). Sum of RGB (Red+Green+Blue) = 166+67+182=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 182 - color contains mainly: blue. Hex color #A643B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643B6 is #59BC49. Grayscale: #6D6D6D. Windows color (decimal): -5880906 or 11944870. OLE color: 11944870.
HSL color Cylindrical-coordinate representation of color #A643B6: hue angle of 291.65º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A643B6 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 67 | 182 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.29 |
| HSL | 291.65º | 0.46% | 0.49% | - |
| HSV(B) | 291.65º | 0.63% | 0.71% | - |
| XYZ | 26.18 | 15.5 | 45.87 | - |
| YUV | 109.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 182 | 0.09 | 0.63 | 0 | 0.29 | 291.65 | 0.46 | 0.49 |
| Hex | A6 | 43 | B6 | 9 | 3F | 0 | 1D | 124 | 2E | 31 |
| Octal | 246 | 103 | 266 | 11 | 77 | 0 | 35 | 444 | 56 | 61 |
| Binary | 10100110 | 1000011 | 10110110 | 1001 | 111111 | 0 | 11101 | 100100100 | 101110 | 110001 |
Color Harmonies of #A643B6
Complementary color
Monochromatic Colors of #A643B6
Black with #A643B6
Text Example
Text Example
White with #A643B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643B6; }
p { color: rgb(166,67,182); }
H1.HeaderClassName
{
color: #A643B6;
}
.AnyTagClassName
{
color: #A643B6;
}
</style>
background-color css
<style>
a { background-color: #A643B6; }
a { background-color: rgb(166,67,182); }
div.DivClassName
{
background-color: #A643B6;
}
.BgClassName
{
background-color: #A643B6;
}
</style>
border-color css
<style>
span { border-color: #A643B6; }
span { border-color: rgb(166,67,182); }
td.TdClassName
{
border-color: #A643B6;
}
.TagClassName
{
border-color: #A643B6;
}
</style>