Shades of Deep Lilac #A565B4
Tints of Deep Lilac #A565B4
RGB
CMYK
RGB Variations
Color information
#A565B4 (or 0xA565B4) is known color: Deep Lilac. HEX triplet: A5, 65 and B4. RGB value is (165,101,180). Sum of RGB (Red+Green+Blue) = 165+101+180=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #A565B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565B4 is #5A9A4B. Grayscale: #808080. Windows color (decimal): -5937740 or 11822501. OLE color: 11822501.
HSL color Cylindrical-coordinate representation of color #A565B4: hue angle of 288.61º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A565B4 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 101 | 180 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.29 |
| HSL | 288.61º | 0.34% | 0.55% | - |
| HSV(B) | 288.61º | 0.44% | 0.71% | - |
| XYZ | 28.41 | 20.6 | 45.66 | - |
| YUV | 129.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 180 | 0.08 | 0.44 | 0 | 0.29 | 288.61 | 0.34 | 0.55 |
| Hex | A5 | 65 | B4 | 8 | 2C | 0 | 1D | 121 | 22 | 37 |
| Octal | 245 | 145 | 264 | 10 | 54 | 0 | 35 | 441 | 42 | 67 |
| Binary | 10100101 | 1100101 | 10110100 | 1000 | 101100 | 0 | 11101 | 100100001 | 100010 | 110111 |
Color Harmonies of #A565B4
Complementary color
Monochromatic Colors of #A565B4
Black with #A565B4
Text Example
Text Example
White with #A565B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565B4; }
p { color: rgb(165,101,180); }
H1.HeaderClassName
{
color: #A565B4;
}
.AnyTagClassName
{
color: #A565B4;
}
</style>
background-color css
<style>
a { background-color: #A565B4; }
a { background-color: rgb(165,101,180); }
div.DivClassName
{
background-color: #A565B4;
}
.BgClassName
{
background-color: #A565B4;
}
</style>
border-color css
<style>
span { border-color: #A565B4; }
span { border-color: rgb(165,101,180); }
td.TdClassName
{
border-color: #A565B4;
}
.TagClassName
{
border-color: #A565B4;
}
</style>