Shades of Deep Lilac #A75DB5
Tints of Deep Lilac #A75DB5
RGB
CMYK
RGB Variations
Color information
#A75DB5 (or 0xA75DB5) is known color: Deep Lilac. HEX triplet: A7, 5D and B5. RGB value is (167,93,181). Sum of RGB (Red+Green+Blue) = 167+93+181=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #A75DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DB5 is #58A24A. Grayscale: #7C7C7C. Windows color (decimal): -5808715 or 11885991. OLE color: 11885991.
HSL color Cylindrical-coordinate representation of color #A75DB5: hue angle of 290.45º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75DB5 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 93 | 181 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.29 |
| HSL | 290.45º | 0.37% | 0.54% | - |
| HSV(B) | 290.45º | 0.49% | 0.71% | - |
| XYZ | 28.19 | 19.38 | 45.97 | - |
| YUV | 125.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 181 | 0.08 | 0.49 | 0 | 0.29 | 290.45 | 0.37 | 0.54 |
| Hex | A7 | 5D | B5 | 8 | 31 | 0 | 1D | 122 | 25 | 36 |
| Octal | 247 | 135 | 265 | 10 | 61 | 0 | 35 | 442 | 45 | 66 |
| Binary | 10100111 | 1011101 | 10110101 | 1000 | 110001 | 0 | 11101 | 100100010 | 100101 | 110110 |
Color Harmonies of #A75DB5
Complementary color
Monochromatic Colors of #A75DB5
Black with #A75DB5
Text Example
Text Example
White with #A75DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DB5; }
p { color: rgb(167,93,181); }
H1.HeaderClassName
{
color: #A75DB5;
}
.AnyTagClassName
{
color: #A75DB5;
}
</style>
background-color css
<style>
a { background-color: #A75DB5; }
a { background-color: rgb(167,93,181); }
div.DivClassName
{
background-color: #A75DB5;
}
.BgClassName
{
background-color: #A75DB5;
}
</style>
border-color css
<style>
span { border-color: #A75DB5; }
span { border-color: rgb(167,93,181); }
td.TdClassName
{
border-color: #A75DB5;
}
.TagClassName
{
border-color: #A75DB5;
}
</style>