Shades of Deep Lilac #A068B4
Tints of Deep Lilac #A068B4
RGB
CMYK
RGB Variations
Color information
#A068B4 (or 0xA068B4) is known color: Deep Lilac. HEX triplet: A0, 68 and B4. RGB value is (160,104,180). Sum of RGB (Red+Green+Blue) = 160+104+180=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #A068B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068B4 is #5F974B. Grayscale: #818181. Windows color (decimal): -6264652 or 11823264. OLE color: 11823264.
HSL color Cylindrical-coordinate representation of color #A068B4: hue angle of 284.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A068B4 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 104 | 180 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.29 |
| HSL | 284.21º | 0.34% | 0.56% | - |
| HSV(B) | 284.21º | 0.42% | 0.71% | - |
| XYZ | 27.69 | 20.67 | 45.71 | - |
| YUV | 129.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 180 | 0.11 | 0.42 | 0 | 0.29 | 284.21 | 0.34 | 0.56 |
| Hex | A0 | 68 | B4 | B | 2A | 0 | 1D | 11C | 22 | 38 |
| Octal | 240 | 150 | 264 | 13 | 52 | 0 | 35 | 434 | 42 | 70 |
| Binary | 10100000 | 1101000 | 10110100 | 1011 | 101010 | 0 | 11101 | 100011100 | 100010 | 111000 |
Color Harmonies of #A068B4
Complementary color
Monochromatic Colors of #A068B4
Black with #A068B4
Text Example
Text Example
White with #A068B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068B4; }
p { color: rgb(160,104,180); }
H1.HeaderClassName
{
color: #A068B4;
}
.AnyTagClassName
{
color: #A068B4;
}
</style>
background-color css
<style>
a { background-color: #A068B4; }
a { background-color: rgb(160,104,180); }
div.DivClassName
{
background-color: #A068B4;
}
.BgClassName
{
background-color: #A068B4;
}
</style>
border-color css
<style>
span { border-color: #A068B4; }
span { border-color: rgb(160,104,180); }
td.TdClassName
{
border-color: #A068B4;
}
.TagClassName
{
border-color: #A068B4;
}
</style>