Shades of Deep Lilac #A063BD
Tints of Deep Lilac #A063BD
RGB
CMYK
RGB Variations
Color information
#A063BD (or 0xA063BD) is known color: Deep Lilac. HEX triplet: A0, 63 and BD. RGB value is (160,99,189). Sum of RGB (Red+Green+Blue) = 160+99+189=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A063BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063BD is #5F9C42. Grayscale: #7F7F7F. Windows color (decimal): -6265923 or 12411808. OLE color: 12411808.
HSL color Cylindrical-coordinate representation of color #A063BD: hue angle of 280.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A063BD is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 99 | 189 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.26 |
| HSL | 280.67º | 0.41% | 0.56% | - |
| HSV(B) | 280.67º | 0.48% | 0.74% | - |
| XYZ | 28.14 | 20.07 | 50.53 | - |
| YUV | 127.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 189 | 0.15 | 0.48 | 0 | 0.26 | 280.67 | 0.41 | 0.56 |
| Hex | A0 | 63 | BD | F | 30 | 0 | 1A | 119 | 29 | 38 |
| Octal | 240 | 143 | 275 | 17 | 60 | 0 | 32 | 431 | 51 | 70 |
| Binary | 10100000 | 1100011 | 10111101 | 1111 | 110000 | 0 | 11010 | 100011001 | 101001 | 111000 |
Color Harmonies of #A063BD
Complementary color
Monochromatic Colors of #A063BD
Black with #A063BD
Text Example
Text Example
White with #A063BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063BD; }
p { color: rgb(160,99,189); }
H1.HeaderClassName
{
color: #A063BD;
}
.AnyTagClassName
{
color: #A063BD;
}
</style>
background-color css
<style>
a { background-color: #A063BD; }
a { background-color: rgb(160,99,189); }
div.DivClassName
{
background-color: #A063BD;
}
.BgClassName
{
background-color: #A063BD;
}
</style>
border-color css
<style>
span { border-color: #A063BD; }
span { border-color: rgb(160,99,189); }
td.TdClassName
{
border-color: #A063BD;
}
.TagClassName
{
border-color: #A063BD;
}
</style>