Shades of Deep Lilac #A569BF
Tints of Deep Lilac #A569BF
RGB
CMYK
RGB Variations
Color information
#A569BF (or 0xA569BF) is known color: Deep Lilac. HEX triplet: A5, 69 and BF. RGB value is (165,105,191). Sum of RGB (Red+Green+Blue) = 165+105+191=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #A569BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569BF is #5A9640. Grayscale: #848484. Windows color (decimal): -5936705 or 12544421. OLE color: 12544421.
HSL color Cylindrical-coordinate representation of color #A569BF: hue angle of 281.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A569BF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 105 | 191 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.25 |
| HSL | 281.86º | 0.4% | 0.58% | - |
| HSV(B) | 281.86º | 0.45% | 0.75% | - |
| XYZ | 29.97 | 21.86 | 51.93 | - |
| YUV | 132.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 191 | 0.14 | 0.45 | 0 | 0.25 | 281.86 | 0.4 | 0.58 |
| Hex | A5 | 69 | BF | E | 2D | 0 | 19 | 11A | 28 | 3A |
| Octal | 245 | 151 | 277 | 16 | 55 | 0 | 31 | 432 | 50 | 72 |
| Binary | 10100101 | 1101001 | 10111111 | 1110 | 101101 | 0 | 11001 | 100011010 | 101000 | 111010 |
Color Harmonies of #A569BF
Complementary color
Monochromatic Colors of #A569BF
Black with #A569BF
Text Example
Text Example
White with #A569BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569BF; }
p { color: rgb(165,105,191); }
H1.HeaderClassName
{
color: #A569BF;
}
.AnyTagClassName
{
color: #A569BF;
}
</style>
background-color css
<style>
a { background-color: #A569BF; }
a { background-color: rgb(165,105,191); }
div.DivClassName
{
background-color: #A569BF;
}
.BgClassName
{
background-color: #A569BF;
}
</style>
border-color css
<style>
span { border-color: #A569BF; }
span { border-color: rgb(165,105,191); }
td.TdClassName
{
border-color: #A569BF;
}
.TagClassName
{
border-color: #A569BF;
}
</style>