Shades of Lilac Bush #A176CB
Tints of Lilac Bush #A176CB
RGB
CMYK
RGB Variations
Color information
#A176CB (or 0xA176CB) is known color: Lilac Bush. HEX triplet: A1, 76 and CB. RGB value is (161,118,203). Sum of RGB (Red+Green+Blue) = 161+118+203=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #A176CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176CB is #5E8934. Grayscale: #8C8C8C. Windows color (decimal): -6195509 or 13334177. OLE color: 13334177.
HSL color Cylindrical-coordinate representation of color #A176CB: hue angle of 270.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A176CB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 118 | 203 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.20 |
| HSL | 270.35º | 0.45% | 0.63% | - |
| HSV(B) | 270.35º | 0.42% | 0.8% | - |
| XYZ | 31.96 | 24.85 | 59.61 | - |
| YUV | 140.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 203 | 0.21 | 0.42 | 0 | 0.20 | 270.35 | 0.45 | 0.63 |
| Hex | A1 | 76 | CB | 15 | 2A | 0 | 14 | 10E | 2D | 3F |
| Octal | 241 | 166 | 313 | 25 | 52 | 0 | 24 | 416 | 55 | 77 |
| Binary | 10100001 | 1110110 | 11001011 | 10101 | 101010 | 0 | 10100 | 100001110 | 101101 | 111111 |
Color Harmonies of #A176CB
Complementary color
Monochromatic Colors of #A176CB
Black with #A176CB
Text Example
Text Example
White with #A176CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A176CB; }
p { color: rgb(161,118,203); }
H1.HeaderClassName
{
color: #A176CB;
}
.AnyTagClassName
{
color: #A176CB;
}
</style>
background-color css
<style>
a { background-color: #A176CB; }
a { background-color: rgb(161,118,203); }
div.DivClassName
{
background-color: #A176CB;
}
.BgClassName
{
background-color: #A176CB;
}
</style>
border-color css
<style>
span { border-color: #A176CB; }
span { border-color: rgb(161,118,203); }
td.TdClassName
{
border-color: #A176CB;
}
.TagClassName
{
border-color: #A176CB;
}
</style>