Shades of Deep Lilac #A750C1
Tints of Deep Lilac #A750C1
RGB
CMYK
RGB Variations
Color information
#A750C1 (or 0xA750C1) is known color: Deep Lilac. HEX triplet: A7, 50 and C1. RGB value is (167,80,193). Sum of RGB (Red+Green+Blue) = 167+80+193=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #A750C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A750C1 is #58AF3E. Grayscale: #767676. Windows color (decimal): -5812031 or 12669095. OLE color: 12669095.
HSL color Cylindrical-coordinate representation of color #A750C1: hue angle of 286.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A750C1 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 80 | 193 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.24 |
| HSL | 286.19º | 0.48% | 0.54% | - |
| HSV(B) | 286.19º | 0.59% | 0.76% | - |
| XYZ | 28.43 | 17.8 | 52.39 | - |
| YUV | 118.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 193 | 0.13 | 0.59 | 0 | 0.24 | 286.19 | 0.48 | 0.54 |
| Hex | A7 | 50 | C1 | D | 3B | 0 | 18 | 11E | 30 | 36 |
| Octal | 247 | 120 | 301 | 15 | 73 | 0 | 30 | 436 | 60 | 66 |
| Binary | 10100111 | 1010000 | 11000001 | 1101 | 111011 | 0 | 11000 | 100011110 | 110000 | 110110 |
Color Harmonies of #A750C1
Complementary color
Monochromatic Colors of #A750C1
Black with #A750C1
Text Example
Text Example
White with #A750C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A750C1; }
p { color: rgb(167,80,193); }
H1.HeaderClassName
{
color: #A750C1;
}
.AnyTagClassName
{
color: #A750C1;
}
</style>
background-color css
<style>
a { background-color: #A750C1; }
a { background-color: rgb(167,80,193); }
div.DivClassName
{
background-color: #A750C1;
}
.BgClassName
{
background-color: #A750C1;
}
</style>
border-color css
<style>
span { border-color: #A750C1; }
span { border-color: rgb(167,80,193); }
td.TdClassName
{
border-color: #A750C1;
}
.TagClassName
{
border-color: #A750C1;
}
</style>