Shades of Deep Lilac #A566BE
Tints of Deep Lilac #A566BE
RGB
CMYK
RGB Variations
Color information
#A566BE (or 0xA566BE) is known color: Deep Lilac. HEX triplet: A5, 66 and BE. RGB value is (165,102,190). Sum of RGB (Red+Green+Blue) = 165+102+190=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #A566BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566BE is #5A9941. Grayscale: #828282. Windows color (decimal): -5937474 or 12478117. OLE color: 12478117.
HSL color Cylindrical-coordinate representation of color #A566BE: hue angle of 282.95º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A566BE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 102 | 190 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.25 |
| HSL | 282.95º | 0.4% | 0.57% | - |
| HSV(B) | 282.95º | 0.46% | 0.75% | - |
| XYZ | 29.56 | 21.22 | 51.25 | - |
| YUV | 130.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 190 | 0.13 | 0.46 | 0 | 0.25 | 282.95 | 0.4 | 0.57 |
| Hex | A5 | 66 | BE | D | 2E | 0 | 19 | 11B | 28 | 39 |
| Octal | 245 | 146 | 276 | 15 | 56 | 0 | 31 | 433 | 50 | 71 |
| Binary | 10100101 | 1100110 | 10111110 | 1101 | 101110 | 0 | 11001 | 100011011 | 101000 | 111001 |
Color Harmonies of #A566BE
Complementary color
Monochromatic Colors of #A566BE
Black with #A566BE
Text Example
Text Example
White with #A566BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A566BE; }
p { color: rgb(165,102,190); }
H1.HeaderClassName
{
color: #A566BE;
}
.AnyTagClassName
{
color: #A566BE;
}
</style>
background-color css
<style>
a { background-color: #A566BE; }
a { background-color: rgb(165,102,190); }
div.DivClassName
{
background-color: #A566BE;
}
.BgClassName
{
background-color: #A566BE;
}
</style>
border-color css
<style>
span { border-color: #A566BE; }
span { border-color: rgb(165,102,190); }
td.TdClassName
{
border-color: #A566BE;
}
.TagClassName
{
border-color: #A566BE;
}
</style>