Shades of Deep Lilac #A568BE
Tints of Deep Lilac #A568BE
RGB
CMYK
RGB Variations
Color information
#A568BE (or 0xA568BE) is known color: Deep Lilac. HEX triplet: A5, 68 and BE. RGB value is (165,104,190). Sum of RGB (Red+Green+Blue) = 165+104+190=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #A568BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568BE is #5A9741. Grayscale: #838383. Windows color (decimal): -5936962 or 12478629. OLE color: 12478629.
HSL color Cylindrical-coordinate representation of color #A568BE: hue angle of 282.56º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A568BE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 104 | 190 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.25 |
| HSL | 282.56º | 0.4% | 0.58% | - |
| HSV(B) | 282.56º | 0.45% | 0.75% | - |
| XYZ | 29.76 | 21.62 | 51.32 | - |
| YUV | 132.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 190 | 0.13 | 0.45 | 0 | 0.25 | 282.56 | 0.4 | 0.58 |
| Hex | A5 | 68 | BE | D | 2D | 0 | 19 | 11B | 28 | 3A |
| Octal | 245 | 150 | 276 | 15 | 55 | 0 | 31 | 433 | 50 | 72 |
| Binary | 10100101 | 1101000 | 10111110 | 1101 | 101101 | 0 | 11001 | 100011011 | 101000 | 111010 |
Color Harmonies of #A568BE
Complementary color
Monochromatic Colors of #A568BE
Black with #A568BE
Text Example
Text Example
White with #A568BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A568BE; }
p { color: rgb(165,104,190); }
H1.HeaderClassName
{
color: #A568BE;
}
.AnyTagClassName
{
color: #A568BE;
}
</style>
background-color css
<style>
a { background-color: #A568BE; }
a { background-color: rgb(165,104,190); }
div.DivClassName
{
background-color: #A568BE;
}
.BgClassName
{
background-color: #A568BE;
}
</style>
border-color css
<style>
span { border-color: #A568BE; }
span { border-color: rgb(165,104,190); }
td.TdClassName
{
border-color: #A568BE;
}
.TagClassName
{
border-color: #A568BE;
}
</style>