Shades of Deep Lilac #A968BD
Tints of Deep Lilac #A968BD
RGB
CMYK
RGB Variations
Color information
#A968BD (or 0xA968BD) is known color: Deep Lilac. HEX triplet: A9, 68 and BD. RGB value is (169,104,189). Sum of RGB (Red+Green+Blue) = 169+104+189=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #A968BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968BD is #569742. Grayscale: #848484. Windows color (decimal): -5674819 or 12413097. OLE color: 12413097.
HSL color Cylindrical-coordinate representation of color #A968BD: hue angle of 285.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A968BD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 104 | 189 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.26 |
| HSL | 285.88º | 0.39% | 0.57% | - |
| HSV(B) | 285.88º | 0.45% | 0.74% | - |
| XYZ | 30.5 | 22.01 | 50.79 | - |
| YUV | 133.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 189 | 0.11 | 0.45 | 0 | 0.26 | 285.88 | 0.39 | 0.57 |
| Hex | A9 | 68 | BD | B | 2D | 0 | 1A | 11E | 27 | 39 |
| Octal | 251 | 150 | 275 | 13 | 55 | 0 | 32 | 436 | 47 | 71 |
| Binary | 10101001 | 1101000 | 10111101 | 1011 | 101101 | 0 | 11010 | 100011110 | 100111 | 111001 |
Color Harmonies of #A968BD
Complementary color
Monochromatic Colors of #A968BD
Black with #A968BD
Text Example
Text Example
White with #A968BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968BD; }
p { color: rgb(169,104,189); }
H1.HeaderClassName
{
color: #A968BD;
}
.AnyTagClassName
{
color: #A968BD;
}
</style>
background-color css
<style>
a { background-color: #A968BD; }
a { background-color: rgb(169,104,189); }
div.DivClassName
{
background-color: #A968BD;
}
.BgClassName
{
background-color: #A968BD;
}
</style>
border-color css
<style>
span { border-color: #A968BD; }
span { border-color: rgb(169,104,189); }
td.TdClassName
{
border-color: #A968BD;
}
.TagClassName
{
border-color: #A968BD;
}
</style>