Shades of Deep Lilac #A968BB
Tints of Deep Lilac #A968BB
RGB
CMYK
RGB Variations
Color information
#A968BB (or 0xA968BB) is known color: Deep Lilac. HEX triplet: A9, 68 and BB. RGB value is (169,104,187). Sum of RGB (Red+Green+Blue) = 169+104+187=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #A968BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968BB is #569744. Grayscale: #848484. Windows color (decimal): -5674821 or 12282025. OLE color: 12282025.
HSL color Cylindrical-coordinate representation of color #A968BB: hue angle of 286.99º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A968BB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 104 | 187 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.27 |
| HSL | 286.99º | 0.38% | 0.57% | - |
| HSV(B) | 286.99º | 0.44% | 0.73% | - |
| XYZ | 30.28 | 21.92 | 49.65 | - |
| YUV | 132.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 187 | 0.10 | 0.44 | 0 | 0.27 | 286.99 | 0.38 | 0.57 |
| Hex | A9 | 68 | BB | A | 2C | 0 | 1B | 11F | 26 | 39 |
| Octal | 251 | 150 | 273 | 12 | 54 | 0 | 33 | 437 | 46 | 71 |
| Binary | 10101001 | 1101000 | 10111011 | 1010 | 101100 | 0 | 11011 | 100011111 | 100110 | 111001 |
Color Harmonies of #A968BB
Complementary color
Monochromatic Colors of #A968BB
Black with #A968BB
Text Example
Text Example
White with #A968BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968BB; }
p { color: rgb(169,104,187); }
H1.HeaderClassName
{
color: #A968BB;
}
.AnyTagClassName
{
color: #A968BB;
}
</style>
background-color css
<style>
a { background-color: #A968BB; }
a { background-color: rgb(169,104,187); }
div.DivClassName
{
background-color: #A968BB;
}
.BgClassName
{
background-color: #A968BB;
}
</style>
border-color css
<style>
span { border-color: #A968BB; }
span { border-color: rgb(169,104,187); }
td.TdClassName
{
border-color: #A968BB;
}
.TagClassName
{
border-color: #A968BB;
}
</style>