Shades of Deep Lilac #A065BE
Tints of Deep Lilac #A065BE
RGB
CMYK
RGB Variations
Color information
#A065BE (or 0xA065BE) is known color: Deep Lilac. HEX triplet: A0, 65 and BE. RGB value is (160,101,190). Sum of RGB (Red+Green+Blue) = 160+101+190=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A065BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065BE is #5F9A41. Grayscale: #808080. Windows color (decimal): -6265410 or 12477856. OLE color: 12477856.
HSL color Cylindrical-coordinate representation of color #A065BE: hue angle of 279.78º 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 #A065BE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 101 | 190 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.25 |
| HSL | 279.78º | 0.41% | 0.57% | - |
| HSV(B) | 279.78º | 0.47% | 0.75% | - |
| XYZ | 28.45 | 20.5 | 51.17 | - |
| YUV | 128.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 190 | 0.16 | 0.47 | 0 | 0.25 | 279.78 | 0.41 | 0.57 |
| Hex | A0 | 65 | BE | 10 | 2F | 0 | 19 | 118 | 29 | 39 |
| Octal | 240 | 145 | 276 | 20 | 57 | 0 | 31 | 430 | 51 | 71 |
| Binary | 10100000 | 1100101 | 10111110 | 10000 | 101111 | 0 | 11001 | 100011000 | 101001 | 111001 |
Color Harmonies of #A065BE
Complementary color
Monochromatic Colors of #A065BE
Black with #A065BE
Text Example
Text Example
White with #A065BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065BE; }
p { color: rgb(160,101,190); }
H1.HeaderClassName
{
color: #A065BE;
}
.AnyTagClassName
{
color: #A065BE;
}
</style>
background-color css
<style>
a { background-color: #A065BE; }
a { background-color: rgb(160,101,190); }
div.DivClassName
{
background-color: #A065BE;
}
.BgClassName
{
background-color: #A065BE;
}
</style>
border-color css
<style>
span { border-color: #A065BE; }
span { border-color: rgb(160,101,190); }
td.TdClassName
{
border-color: #A065BE;
}
.TagClassName
{
border-color: #A065BE;
}
</style>