Shades of Deep Lilac #A567BA
Tints of Deep Lilac #A567BA
RGB
CMYK
RGB Variations
Color information
#A567BA (or 0xA567BA) is known color: Deep Lilac. HEX triplet: A5, 67 and BA. RGB value is (165,103,186). Sum of RGB (Red+Green+Blue) = 165+103+186=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A567BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567BA is #5A9845. Grayscale: #828282. Windows color (decimal): -5937222 or 12216229. OLE color: 12216229.
HSL color Cylindrical-coordinate representation of color #A567BA: hue angle of 284.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A567BA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 103 | 186 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.27 |
| HSL | 284.82º | 0.38% | 0.57% | - |
| HSV(B) | 284.82º | 0.45% | 0.73% | - |
| XYZ | 29.23 | 21.25 | 49.01 | - |
| YUV | 131 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 186 | 0.11 | 0.45 | 0 | 0.27 | 284.82 | 0.38 | 0.57 |
| Hex | A5 | 67 | BA | B | 2D | 0 | 1B | 11D | 26 | 39 |
| Octal | 245 | 147 | 272 | 13 | 55 | 0 | 33 | 435 | 46 | 71 |
| Binary | 10100101 | 1100111 | 10111010 | 1011 | 101101 | 0 | 11011 | 100011101 | 100110 | 111001 |
Color Harmonies of #A567BA
Complementary color
Monochromatic Colors of #A567BA
Black with #A567BA
Text Example
Text Example
White with #A567BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A567BA; }
p { color: rgb(165,103,186); }
H1.HeaderClassName
{
color: #A567BA;
}
.AnyTagClassName
{
color: #A567BA;
}
</style>
background-color css
<style>
a { background-color: #A567BA; }
a { background-color: rgb(165,103,186); }
div.DivClassName
{
background-color: #A567BA;
}
.BgClassName
{
background-color: #A567BA;
}
</style>
border-color css
<style>
span { border-color: #A567BA; }
span { border-color: rgb(165,103,186); }
td.TdClassName
{
border-color: #A567BA;
}
.TagClassName
{
border-color: #A567BA;
}
</style>