Shades of Deep Lilac #A065BA
Tints of Deep Lilac #A065BA
RGB
CMYK
RGB Variations
Color information
#A065BA (or 0xA065BA) is known color: Deep Lilac. HEX triplet: A0, 65 and BA. RGB value is (160,101,186). Sum of RGB (Red+Green+Blue) = 160+101+186=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A065BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065BA is #5F9A45. Grayscale: #808080. Windows color (decimal): -6265414 or 12215712. OLE color: 12215712.
HSL color Cylindrical-coordinate representation of color #A065BA: hue angle of 281.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A065BA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 101 | 186 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.27 |
| HSL | 281.65º | 0.38% | 0.56% | - |
| HSV(B) | 281.65º | 0.46% | 0.73% | - |
| XYZ | 28.01 | 20.33 | 48.9 | - |
| YUV | 128.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 186 | 0.14 | 0.46 | 0 | 0.27 | 281.65 | 0.38 | 0.56 |
| Hex | A0 | 65 | BA | E | 2E | 0 | 1B | 11A | 26 | 38 |
| Octal | 240 | 145 | 272 | 16 | 56 | 0 | 33 | 432 | 46 | 70 |
| Binary | 10100000 | 1100101 | 10111010 | 1110 | 101110 | 0 | 11011 | 100011010 | 100110 | 111000 |
Color Harmonies of #A065BA
Complementary color
Monochromatic Colors of #A065BA
Black with #A065BA
Text Example
Text Example
White with #A065BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065BA; }
p { color: rgb(160,101,186); }
H1.HeaderClassName
{
color: #A065BA;
}
.AnyTagClassName
{
color: #A065BA;
}
</style>
background-color css
<style>
a { background-color: #A065BA; }
a { background-color: rgb(160,101,186); }
div.DivClassName
{
background-color: #A065BA;
}
.BgClassName
{
background-color: #A065BA;
}
</style>
border-color css
<style>
span { border-color: #A065BA; }
span { border-color: rgb(160,101,186); }
td.TdClassName
{
border-color: #A065BA;
}
.TagClassName
{
border-color: #A065BA;
}
</style>