Shades of Deep Lilac #A75DC1
Tints of Deep Lilac #A75DC1
RGB
CMYK
RGB Variations
Color information
#A75DC1 (or 0xA75DC1) is known color: Deep Lilac. HEX triplet: A7, 5D and C1. RGB value is (167,93,193). Sum of RGB (Red+Green+Blue) = 167+93+193=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #A75DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DC1 is #58A23E. Grayscale: #7E7E7E. Windows color (decimal): -5808703 or 12672423. OLE color: 12672423.
HSL color Cylindrical-coordinate representation of color #A75DC1: hue angle of 284.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75DC1 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 93 | 193 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.24 |
| HSL | 284.4º | 0.45% | 0.56% | - |
| HSV(B) | 284.4º | 0.52% | 0.76% | - |
| XYZ | 29.48 | 19.89 | 52.74 | - |
| YUV | 126.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 193 | 0.13 | 0.52 | 0 | 0.24 | 284.4 | 0.45 | 0.56 |
| Hex | A7 | 5D | C1 | D | 34 | 0 | 18 | 11C | 2D | 38 |
| Octal | 247 | 135 | 301 | 15 | 64 | 0 | 30 | 434 | 55 | 70 |
| Binary | 10100111 | 1011101 | 11000001 | 1101 | 110100 | 0 | 11000 | 100011100 | 101101 | 111000 |
Color Harmonies of #A75DC1
Complementary color
Monochromatic Colors of #A75DC1
Black with #A75DC1
Text Example
Text Example
White with #A75DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DC1; }
p { color: rgb(167,93,193); }
H1.HeaderClassName
{
color: #A75DC1;
}
.AnyTagClassName
{
color: #A75DC1;
}
</style>
background-color css
<style>
a { background-color: #A75DC1; }
a { background-color: rgb(167,93,193); }
div.DivClassName
{
background-color: #A75DC1;
}
.BgClassName
{
background-color: #A75DC1;
}
</style>
border-color css
<style>
span { border-color: #A75DC1; }
span { border-color: rgb(167,93,193); }
td.TdClassName
{
border-color: #A75DC1;
}
.TagClassName
{
border-color: #A75DC1;
}
</style>