Shades of Deep Lilac #A15DAF
Tints of Deep Lilac #A15DAF
RGB
CMYK
RGB Variations
Color information
#A15DAF (or 0xA15DAF) is known color: Deep Lilac. HEX triplet: A1, 5D and AF. RGB value is (161,93,175). Sum of RGB (Red+Green+Blue) = 161+93+175=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #A15DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DAF is #5EA250. Grayscale: #7A7A7A. Windows color (decimal): -6201937 or 11492769. OLE color: 11492769.
HSL color Cylindrical-coordinate representation of color #A15DAF: hue angle of 289.76º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15DAF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 93 | 175 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.31 |
| HSL | 289.76º | 0.34% | 0.53% | - |
| HSV(B) | 289.76º | 0.47% | 0.69% | - |
| XYZ | 26.35 | 18.5 | 42.74 | - |
| YUV | 122.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 175 | 0.08 | 0.47 | 0 | 0.31 | 289.76 | 0.34 | 0.53 |
| Hex | A1 | 5D | AF | 8 | 2F | 0 | 1F | 122 | 22 | 35 |
| Octal | 241 | 135 | 257 | 10 | 57 | 0 | 37 | 442 | 42 | 65 |
| Binary | 10100001 | 1011101 | 10101111 | 1000 | 101111 | 0 | 11111 | 100100010 | 100010 | 110101 |
Color Harmonies of #A15DAF
Complementary color
Monochromatic Colors of #A15DAF
Black with #A15DAF
Text Example
Text Example
White with #A15DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DAF; }
p { color: rgb(161,93,175); }
H1.HeaderClassName
{
color: #A15DAF;
}
.AnyTagClassName
{
color: #A15DAF;
}
</style>
background-color css
<style>
a { background-color: #A15DAF; }
a { background-color: rgb(161,93,175); }
div.DivClassName
{
background-color: #A15DAF;
}
.BgClassName
{
background-color: #A15DAF;
}
</style>
border-color css
<style>
span { border-color: #A15DAF; }
span { border-color: rgb(161,93,175); }
td.TdClassName
{
border-color: #A15DAF;
}
.TagClassName
{
border-color: #A15DAF;
}
</style>