Shades of Deep Lilac #A968BE
Tints of Deep Lilac #A968BE
RGB
CMYK
RGB Variations
Color information
#A968BE (or 0xA968BE) is known color: Deep Lilac. HEX triplet: A9, 68 and BE. RGB value is (169,104,190). Sum of RGB (Red+Green+Blue) = 169+104+190=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #A968BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968BE is #569741. Grayscale: #848484. Windows color (decimal): -5674818 or 12478633. OLE color: 12478633.
HSL color Cylindrical-coordinate representation of color #A968BE: hue angle of 285.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A968BE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 104 | 190 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.25 |
| HSL | 285.35º | 0.4% | 0.58% | - |
| HSV(B) | 285.35º | 0.45% | 0.75% | - |
| XYZ | 30.61 | 22.05 | 51.36 | - |
| YUV | 133.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 190 | 0.11 | 0.45 | 0 | 0.25 | 285.35 | 0.4 | 0.58 |
| Hex | A9 | 68 | BE | B | 2D | 0 | 19 | 11D | 28 | 3A |
| Octal | 251 | 150 | 276 | 13 | 55 | 0 | 31 | 435 | 50 | 72 |
| Binary | 10101001 | 1101000 | 10111110 | 1011 | 101101 | 0 | 11001 | 100011101 | 101000 | 111010 |
Color Harmonies of #A968BE
Complementary color
Monochromatic Colors of #A968BE
Black with #A968BE
Text Example
Text Example
White with #A968BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968BE; }
p { color: rgb(169,104,190); }
H1.HeaderClassName
{
color: #A968BE;
}
.AnyTagClassName
{
color: #A968BE;
}
</style>
background-color css
<style>
a { background-color: #A968BE; }
a { background-color: rgb(169,104,190); }
div.DivClassName
{
background-color: #A968BE;
}
.BgClassName
{
background-color: #A968BE;
}
</style>
border-color css
<style>
span { border-color: #A968BE; }
span { border-color: rgb(169,104,190); }
td.TdClassName
{
border-color: #A968BE;
}
.TagClassName
{
border-color: #A968BE;
}
</style>