Shades of Lilac Bush #A176C7
Tints of Lilac Bush #A176C7
RGB
CMYK
RGB Variations
Color information
#A176C7 (or 0xA176C7) is known color: Lilac Bush. HEX triplet: A1, 76 and C7. RGB value is (161,118,199). Sum of RGB (Red+Green+Blue) = 161+118+199=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #A176C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176C7 is #5E8938. Grayscale: #8B8B8B. Windows color (decimal): -6195513 or 13072033. OLE color: 13072033.
HSL color Cylindrical-coordinate representation of color #A176C7: hue angle of 271.85º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A176C7 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 118 | 199 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.22 |
| HSL | 271.85º | 0.42% | 0.62% | - |
| HSV(B) | 271.85º | 0.41% | 0.78% | - |
| XYZ | 31.49 | 24.66 | 57.13 | - |
| YUV | 140.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 199 | 0.19 | 0.41 | 0 | 0.22 | 271.85 | 0.42 | 0.62 |
| Hex | A1 | 76 | C7 | 13 | 29 | 0 | 16 | 110 | 2A | 3E |
| Octal | 241 | 166 | 307 | 23 | 51 | 0 | 26 | 420 | 52 | 76 |
| Binary | 10100001 | 1110110 | 11000111 | 10011 | 101001 | 0 | 10110 | 100010000 | 101010 | 111110 |
Color Harmonies of #A176C7
Complementary color
Monochromatic Colors of #A176C7
Black with #A176C7
Text Example
Text Example
White with #A176C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A176C7; }
p { color: rgb(161,118,199); }
H1.HeaderClassName
{
color: #A176C7;
}
.AnyTagClassName
{
color: #A176C7;
}
</style>
background-color css
<style>
a { background-color: #A176C7; }
a { background-color: rgb(161,118,199); }
div.DivClassName
{
background-color: #A176C7;
}
.BgClassName
{
background-color: #A176C7;
}
</style>
border-color css
<style>
span { border-color: #A176C7; }
span { border-color: rgb(161,118,199); }
td.TdClassName
{
border-color: #A176C7;
}
.TagClassName
{
border-color: #A176C7;
}
</style>