Shades of Deep Lilac #A75BBC
Tints of Deep Lilac #A75BBC
RGB
CMYK
RGB Variations
Color information
#A75BBC (or 0xA75BBC) is known color: Deep Lilac. HEX triplet: A7, 5B and BC. RGB value is (167,91,188). Sum of RGB (Red+Green+Blue) = 167+91+188=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #A75BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75BBC is #58A443. Grayscale: #7C7C7C. Windows color (decimal): -5809220 or 12344231. OLE color: 12344231.
HSL color Cylindrical-coordinate representation of color #A75BBC: hue angle of 287.01º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75BBC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 91 | 188 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.26 |
| HSL | 287.01º | 0.42% | 0.55% | - |
| HSV(B) | 287.01º | 0.52% | 0.74% | - |
| XYZ | 28.75 | 19.33 | 49.79 | - |
| YUV | 124.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 188 | 0.11 | 0.52 | 0 | 0.26 | 287.01 | 0.42 | 0.55 |
| Hex | A7 | 5B | BC | B | 34 | 0 | 1A | 11F | 2A | 37 |
| Octal | 247 | 133 | 274 | 13 | 64 | 0 | 32 | 437 | 52 | 67 |
| Binary | 10100111 | 1011011 | 10111100 | 1011 | 110100 | 0 | 11010 | 100011111 | 101010 | 110111 |
Color Harmonies of #A75BBC
Complementary color
Monochromatic Colors of #A75BBC
Black with #A75BBC
Text Example
Text Example
White with #A75BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75BBC; }
p { color: rgb(167,91,188); }
H1.HeaderClassName
{
color: #A75BBC;
}
.AnyTagClassName
{
color: #A75BBC;
}
</style>
background-color css
<style>
a { background-color: #A75BBC; }
a { background-color: rgb(167,91,188); }
div.DivClassName
{
background-color: #A75BBC;
}
.BgClassName
{
background-color: #A75BBC;
}
</style>
border-color css
<style>
span { border-color: #A75BBC; }
span { border-color: rgb(167,91,188); }
td.TdClassName
{
border-color: #A75BBC;
}
.TagClassName
{
border-color: #A75BBC;
}
</style>