Shades of Lilac Bush #A17CCD
Tints of Lilac Bush #A17CCD
RGB
CMYK
RGB Variations
Color information
#A17CCD (or 0xA17CCD) is known color: Lilac Bush. HEX triplet: A1, 7C and CD. RGB value is (161,124,205). Sum of RGB (Red+Green+Blue) = 161+124+205=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #A17CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CCD is #5E8332. Grayscale: #909090. Windows color (decimal): -6193971 or 13466785. OLE color: 13466785.
HSL color Cylindrical-coordinate representation of color #A17CCD: hue angle of 267.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17CCD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 124 | 205 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.20 |
| HSL | 267.41º | 0.45% | 0.65% | - |
| HSV(B) | 267.41º | 0.4% | 0.8% | - |
| XYZ | 32.93 | 26.4 | 61.12 | - |
| YUV | 144.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 205 | 0.21 | 0.40 | 0 | 0.20 | 267.41 | 0.45 | 0.65 |
| Hex | A1 | 7C | CD | 15 | 28 | 0 | 14 | 10B | 2D | 41 |
| Octal | 241 | 174 | 315 | 25 | 50 | 0 | 24 | 413 | 55 | 101 |
| Binary | 10100001 | 1111100 | 11001101 | 10101 | 101000 | 0 | 10100 | 100001011 | 101101 | 1000001 |
Color Harmonies of #A17CCD
Complementary color
Monochromatic Colors of #A17CCD
Black with #A17CCD
Text Example
Text Example
White with #A17CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CCD; }
p { color: rgb(161,124,205); }
H1.HeaderClassName
{
color: #A17CCD;
}
.AnyTagClassName
{
color: #A17CCD;
}
</style>
background-color css
<style>
a { background-color: #A17CCD; }
a { background-color: rgb(161,124,205); }
div.DivClassName
{
background-color: #A17CCD;
}
.BgClassName
{
background-color: #A17CCD;
}
</style>
border-color css
<style>
span { border-color: #A17CCD; }
span { border-color: rgb(161,124,205); }
td.TdClassName
{
border-color: #A17CCD;
}
.TagClassName
{
border-color: #A17CCD;
}
</style>