Shades of Lilac Bush #A17DCE
Tints of Lilac Bush #A17DCE
RGB
CMYK
RGB Variations
Color information
#A17DCE (or 0xA17DCE) is known color: Lilac Bush. HEX triplet: A1, 7D and CE. RGB value is (161,125,206). Sum of RGB (Red+Green+Blue) = 161+125+206=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #A17DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DCE is #5E8231. Grayscale: #909090. Windows color (decimal): -6193714 or 13532577. OLE color: 13532577.
HSL color Cylindrical-coordinate representation of color #A17DCE: hue angle of 266.67º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17DCE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 125 | 206 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.19 |
| HSL | 266.67º | 0.45% | 0.65% | - |
| HSV(B) | 266.67º | 0.39% | 0.81% | - |
| XYZ | 33.17 | 26.7 | 61.8 | - |
| YUV | 145 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 206 | 0.22 | 0.39 | 0 | 0.19 | 266.67 | 0.45 | 0.65 |
| Hex | A1 | 7D | CE | 16 | 27 | 0 | 13 | 10B | 2D | 41 |
| Octal | 241 | 175 | 316 | 26 | 47 | 0 | 23 | 413 | 55 | 101 |
| Binary | 10100001 | 1111101 | 11001110 | 10110 | 100111 | 0 | 10011 | 100001011 | 101101 | 1000001 |
Color Harmonies of #A17DCE
Complementary color
Monochromatic Colors of #A17DCE
Black with #A17DCE
Text Example
Text Example
White with #A17DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DCE; }
p { color: rgb(161,125,206); }
H1.HeaderClassName
{
color: #A17DCE;
}
.AnyTagClassName
{
color: #A17DCE;
}
</style>
background-color css
<style>
a { background-color: #A17DCE; }
a { background-color: rgb(161,125,206); }
div.DivClassName
{
background-color: #A17DCE;
}
.BgClassName
{
background-color: #A17DCE;
}
</style>
border-color css
<style>
span { border-color: #A17DCE; }
span { border-color: rgb(161,125,206); }
td.TdClassName
{
border-color: #A17DCE;
}
.TagClassName
{
border-color: #A17DCE;
}
</style>