Shades of Deep Lilac #A665BE
Tints of Deep Lilac #A665BE
RGB
CMYK
RGB Variations
Color information
#A665BE (or 0xA665BE) is known color: Deep Lilac. HEX triplet: A6, 65 and BE. RGB value is (166,101,190). Sum of RGB (Red+Green+Blue) = 166+101+190=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 101 (39.84% from 255 or 22.10% 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 #A665BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665BE is #599A41. Grayscale: #828282. Windows color (decimal): -5872194 or 12477862. OLE color: 12477862.
HSL color Cylindrical-coordinate representation of color #A665BE: hue angle of 283.82º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A665BE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 101 | 190 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.25 |
| HSL | 283.82º | 0.41% | 0.57% | - |
| HSV(B) | 283.82º | 0.47% | 0.75% | - |
| XYZ | 29.67 | 21.13 | 51.23 | - |
| YUV | 130.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 190 | 0.13 | 0.47 | 0 | 0.25 | 283.82 | 0.41 | 0.57 |
| Hex | A6 | 65 | BE | D | 2F | 0 | 19 | 11C | 29 | 39 |
| Octal | 246 | 145 | 276 | 15 | 57 | 0 | 31 | 434 | 51 | 71 |
| Binary | 10100110 | 1100101 | 10111110 | 1101 | 101111 | 0 | 11001 | 100011100 | 101001 | 111001 |
Color Harmonies of #A665BE
Complementary color
Monochromatic Colors of #A665BE
Black with #A665BE
Text Example
Text Example
White with #A665BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665BE; }
p { color: rgb(166,101,190); }
H1.HeaderClassName
{
color: #A665BE;
}
.AnyTagClassName
{
color: #A665BE;
}
</style>
background-color css
<style>
a { background-color: #A665BE; }
a { background-color: rgb(166,101,190); }
div.DivClassName
{
background-color: #A665BE;
}
.BgClassName
{
background-color: #A665BE;
}
</style>
border-color css
<style>
span { border-color: #A665BE; }
span { border-color: rgb(166,101,190); }
td.TdClassName
{
border-color: #A665BE;
}
.TagClassName
{
border-color: #A665BE;
}
</style>