Shades of Deep Lilac #A068B2
Tints of Deep Lilac #A068B2
RGB
CMYK
RGB Variations
Color information
#A068B2 (or 0xA068B2) is known color: Deep Lilac. HEX triplet: A0, 68 and B2. RGB value is (160,104,178). Sum of RGB (Red+Green+Blue) = 160+104+178=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 178 - color contains mainly: blue. Hex color #A068B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A068B2 is #5F974D. Grayscale: #808080. Windows color (decimal): -6264654 or 11692192. OLE color: 11692192.
HSL color Cylindrical-coordinate representation of color #A068B2: hue angle of 285.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A068B2 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 104 | 178 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.30 |
| HSL | 285.41º | 0.32% | 0.55% | - |
| HSV(B) | 285.41º | 0.42% | 0.7% | - |
| XYZ | 27.48 | 20.59 | 44.64 | - |
| YUV | 129.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 178 | 0.10 | 0.42 | 0 | 0.30 | 285.41 | 0.32 | 0.55 |
| Hex | A0 | 68 | B2 | A | 2A | 0 | 1E | 11D | 20 | 37 |
| Octal | 240 | 150 | 262 | 12 | 52 | 0 | 36 | 435 | 40 | 67 |
| Binary | 10100000 | 1101000 | 10110010 | 1010 | 101010 | 0 | 11110 | 100011101 | 100000 | 110111 |
Color Harmonies of #A068B2
Complementary color
Monochromatic Colors of #A068B2
Black with #A068B2
Text Example
Text Example
White with #A068B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068B2; }
p { color: rgb(160,104,178); }
H1.HeaderClassName
{
color: #A068B2;
}
.AnyTagClassName
{
color: #A068B2;
}
</style>
background-color css
<style>
a { background-color: #A068B2; }
a { background-color: rgb(160,104,178); }
div.DivClassName
{
background-color: #A068B2;
}
.BgClassName
{
background-color: #A068B2;
}
</style>
border-color css
<style>
span { border-color: #A068B2; }
span { border-color: rgb(160,104,178); }
td.TdClassName
{
border-color: #A068B2;
}
.TagClassName
{
border-color: #A068B2;
}
</style>