Shades of Deep Lilac #A565BC
Tints of Deep Lilac #A565BC
RGB
CMYK
RGB Variations
Color information
#A565BC (or 0xA565BC) is known color: Deep Lilac. HEX triplet: A5, 65 and BC. RGB value is (165,101,188). Sum of RGB (Red+Green+Blue) = 165+101+188=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #A565BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565BC is #5A9A43. Grayscale: #818181. Windows color (decimal): -5937732 or 12346789. OLE color: 12346789.
HSL color Cylindrical-coordinate representation of color #A565BC: hue angle of 284.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A565BC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 101 | 188 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.26 |
| HSL | 284.14º | 0.39% | 0.57% | - |
| HSV(B) | 284.14º | 0.46% | 0.74% | - |
| XYZ | 29.25 | 20.94 | 50.08 | - |
| YUV | 130.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 188 | 0.12 | 0.46 | 0 | 0.26 | 284.14 | 0.39 | 0.57 |
| Hex | A5 | 65 | BC | C | 2E | 0 | 1A | 11C | 27 | 39 |
| Octal | 245 | 145 | 274 | 14 | 56 | 0 | 32 | 434 | 47 | 71 |
| Binary | 10100101 | 1100101 | 10111100 | 1100 | 101110 | 0 | 11010 | 100011100 | 100111 | 111001 |
Color Harmonies of #A565BC
Complementary color
Monochromatic Colors of #A565BC
Black with #A565BC
Text Example
Text Example
White with #A565BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565BC; }
p { color: rgb(165,101,188); }
H1.HeaderClassName
{
color: #A565BC;
}
.AnyTagClassName
{
color: #A565BC;
}
</style>
background-color css
<style>
a { background-color: #A565BC; }
a { background-color: rgb(165,101,188); }
div.DivClassName
{
background-color: #A565BC;
}
.BgClassName
{
background-color: #A565BC;
}
</style>
border-color css
<style>
span { border-color: #A565BC; }
span { border-color: rgb(165,101,188); }
td.TdClassName
{
border-color: #A565BC;
}
.TagClassName
{
border-color: #A565BC;
}
</style>