Shades of Deep Lilac #A15BAF
Tints of Deep Lilac #A15BAF
RGB
CMYK
RGB Variations
Color information
#A15BAF (or 0xA15BAF) is known color: Deep Lilac. HEX triplet: A1, 5B and AF. RGB value is (161,91,175). Sum of RGB (Red+Green+Blue) = 161+91+175=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A15BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15BAF is #5EA450. Grayscale: #797979. Windows color (decimal): -6202449 or 11492257. OLE color: 11492257.
HSL color Cylindrical-coordinate representation of color #A15BAF: hue angle of 290º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15BAF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 91 | 175 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.31 |
| HSL | 290º | 0.34% | 0.52% | - |
| HSV(B) | 290º | 0.48% | 0.69% | - |
| XYZ | 26.18 | 18.15 | 42.68 | - |
| YUV | 121.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 175 | 0.08 | 0.48 | 0 | 0.31 | 290 | 0.34 | 0.52 |
| Hex | A1 | 5B | AF | 8 | 30 | 0 | 1F | 122 | 22 | 34 |
| Octal | 241 | 133 | 257 | 10 | 60 | 0 | 37 | 442 | 42 | 64 |
| Binary | 10100001 | 1011011 | 10101111 | 1000 | 110000 | 0 | 11111 | 100100010 | 100010 | 110100 |
Color Harmonies of #A15BAF
Complementary color
Monochromatic Colors of #A15BAF
Black with #A15BAF
Text Example
Text Example
White with #A15BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15BAF; }
p { color: rgb(161,91,175); }
H1.HeaderClassName
{
color: #A15BAF;
}
.AnyTagClassName
{
color: #A15BAF;
}
</style>
background-color css
<style>
a { background-color: #A15BAF; }
a { background-color: rgb(161,91,175); }
div.DivClassName
{
background-color: #A15BAF;
}
.BgClassName
{
background-color: #A15BAF;
}
</style>
border-color css
<style>
span { border-color: #A15BAF; }
span { border-color: rgb(161,91,175); }
td.TdClassName
{
border-color: #A15BAF;
}
.TagClassName
{
border-color: #A15BAF;
}
</style>