Shades of Deep Lilac #A565BD
Tints of Deep Lilac #A565BD
RGB
CMYK
RGB Variations
Color information
#A565BD (or 0xA565BD) is known color: Deep Lilac. HEX triplet: A5, 65 and BD. RGB value is (165,101,189). Sum of RGB (Red+Green+Blue) = 165+101+189=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #A565BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565BD is #5A9A42. Grayscale: #818181. Windows color (decimal): -5937731 or 12412325. OLE color: 12412325.
HSL color Cylindrical-coordinate representation of color #A565BD: hue angle of 283.64º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A565BD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 101 | 189 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.26 |
| HSL | 283.64º | 0.4% | 0.57% | - |
| HSV(B) | 283.64º | 0.47% | 0.74% | - |
| XYZ | 29.36 | 20.98 | 50.65 | - |
| YUV | 130.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 189 | 0.13 | 0.47 | 0 | 0.26 | 283.64 | 0.4 | 0.57 |
| Hex | A5 | 65 | BD | D | 2F | 0 | 1A | 11C | 28 | 39 |
| Octal | 245 | 145 | 275 | 15 | 57 | 0 | 32 | 434 | 50 | 71 |
| Binary | 10100101 | 1100101 | 10111101 | 1101 | 101111 | 0 | 11010 | 100011100 | 101000 | 111001 |
Color Harmonies of #A565BD
Complementary color
Monochromatic Colors of #A565BD
Black with #A565BD
Text Example
Text Example
White with #A565BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565BD; }
p { color: rgb(165,101,189); }
H1.HeaderClassName
{
color: #A565BD;
}
.AnyTagClassName
{
color: #A565BD;
}
</style>
background-color css
<style>
a { background-color: #A565BD; }
a { background-color: rgb(165,101,189); }
div.DivClassName
{
background-color: #A565BD;
}
.BgClassName
{
background-color: #A565BD;
}
</style>
border-color css
<style>
span { border-color: #A565BD; }
span { border-color: rgb(165,101,189); }
td.TdClassName
{
border-color: #A565BD;
}
.TagClassName
{
border-color: #A565BD;
}
</style>