Shades of Deep Lilac #A568BD
Tints of Deep Lilac #A568BD
RGB
CMYK
RGB Variations
Color information
#A568BD (or 0xA568BD) is known color: Deep Lilac. HEX triplet: A5, 68 and BD. RGB value is (165,104,189). Sum of RGB (Red+Green+Blue) = 165+104+189=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #A568BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568BD is #5A9742. Grayscale: #838383. Windows color (decimal): -5936963 or 12413093. OLE color: 12413093.
HSL color Cylindrical-coordinate representation of color #A568BD: hue angle of 283.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A568BD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 104 | 189 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.26 |
| HSL | 283.06º | 0.39% | 0.57% | - |
| HSV(B) | 283.06º | 0.45% | 0.74% | - |
| XYZ | 29.65 | 21.57 | 50.75 | - |
| YUV | 131.93 | 160.21 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 189 | 0.13 | 0.45 | 0 | 0.26 | 283.06 | 0.39 | 0.57 |
| Hex | A5 | 68 | BD | D | 2D | 0 | 1A | 11B | 27 | 39 |
| Octal | 245 | 150 | 275 | 15 | 55 | 0 | 32 | 433 | 47 | 71 |
| Binary | 10100101 | 1101000 | 10111101 | 1101 | 101101 | 0 | 11010 | 100011011 | 100111 | 111001 |
Color Harmonies of #A568BD
Complementary color
Monochromatic Colors of #A568BD
Black with #A568BD
Text Example
Text Example
White with #A568BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A568BD; }
p { color: rgb(165,104,189); }
H1.HeaderClassName
{
color: #A568BD;
}
.AnyTagClassName
{
color: #A568BD;
}
</style>
background-color css
<style>
a { background-color: #A568BD; }
a { background-color: rgb(165,104,189); }
div.DivClassName
{
background-color: #A568BD;
}
.BgClassName
{
background-color: #A568BD;
}
</style>
border-color css
<style>
span { border-color: #A568BD; }
span { border-color: rgb(165,104,189); }
td.TdClassName
{
border-color: #A568BD;
}
.TagClassName
{
border-color: #A568BD;
}
</style>