Shades of Lilac Bush #A175C8
Tints of Lilac Bush #A175C8
RGB
CMYK
RGB Variations
Color information
#A175C8 (or 0xA175C8) is known color: Lilac Bush. HEX triplet: A1, 75 and C8. RGB value is (161,117,200). Sum of RGB (Red+Green+Blue) = 161+117+200=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #A175C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175C8 is #5E8A37. Grayscale: #8B8B8B. Windows color (decimal): -6195768 or 13137313. OLE color: 13137313.
HSL color Cylindrical-coordinate representation of color #A175C8: hue angle of 271.81º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A175C8 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 117 | 200 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.22 |
| HSL | 271.81º | 0.43% | 0.62% | - |
| HSV(B) | 271.81º | 0.42% | 0.78% | - |
| XYZ | 31.48 | 24.47 | 57.71 | - |
| YUV | 139.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 200 | 0.19 | 0.42 | 0 | 0.22 | 271.81 | 0.43 | 0.62 |
| Hex | A1 | 75 | C8 | 13 | 2A | 0 | 16 | 110 | 2B | 3E |
| Octal | 241 | 165 | 310 | 23 | 52 | 0 | 26 | 420 | 53 | 76 |
| Binary | 10100001 | 1110101 | 11001000 | 10011 | 101010 | 0 | 10110 | 100010000 | 101011 | 111110 |
Color Harmonies of #A175C8
Complementary color
Monochromatic Colors of #A175C8
Black with #A175C8
Text Example
Text Example
White with #A175C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175C8; }
p { color: rgb(161,117,200); }
H1.HeaderClassName
{
color: #A175C8;
}
.AnyTagClassName
{
color: #A175C8;
}
</style>
background-color css
<style>
a { background-color: #A175C8; }
a { background-color: rgb(161,117,200); }
div.DivClassName
{
background-color: #A175C8;
}
.BgClassName
{
background-color: #A175C8;
}
</style>
border-color css
<style>
span { border-color: #A175C8; }
span { border-color: rgb(161,117,200); }
td.TdClassName
{
border-color: #A175C8;
}
.TagClassName
{
border-color: #A175C8;
}
</style>