Shades of Deep Lilac #A968BC
Tints of Deep Lilac #A968BC
RGB
CMYK
RGB Variations
Color information
#A968BC (or 0xA968BC) is known color: Deep Lilac. HEX triplet: A9, 68 and BC. RGB value is (169,104,188). Sum of RGB (Red+Green+Blue) = 169+104+188=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #A968BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968BC is #569743. Grayscale: #848484. Windows color (decimal): -5674820 or 12347561. OLE color: 12347561.
HSL color Cylindrical-coordinate representation of color #A968BC: hue angle of 286.43º 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 #A968BC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 104 | 188 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.26 |
| HSL | 286.43º | 0.39% | 0.57% | - |
| HSV(B) | 286.43º | 0.45% | 0.74% | - |
| XYZ | 30.39 | 21.97 | 50.22 | - |
| YUV | 133.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 188 | 0.10 | 0.45 | 0 | 0.26 | 286.43 | 0.39 | 0.57 |
| Hex | A9 | 68 | BC | A | 2D | 0 | 1A | 11E | 27 | 39 |
| Octal | 251 | 150 | 274 | 12 | 55 | 0 | 32 | 436 | 47 | 71 |
| Binary | 10101001 | 1101000 | 10111100 | 1010 | 101101 | 0 | 11010 | 100011110 | 100111 | 111001 |
Color Harmonies of #A968BC
Complementary color
Monochromatic Colors of #A968BC
Black with #A968BC
Text Example
Text Example
White with #A968BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968BC; }
p { color: rgb(169,104,188); }
H1.HeaderClassName
{
color: #A968BC;
}
.AnyTagClassName
{
color: #A968BC;
}
</style>
background-color css
<style>
a { background-color: #A968BC; }
a { background-color: rgb(169,104,188); }
div.DivClassName
{
background-color: #A968BC;
}
.BgClassName
{
background-color: #A968BC;
}
</style>
border-color css
<style>
span { border-color: #A968BC; }
span { border-color: rgb(169,104,188); }
td.TdClassName
{
border-color: #A968BC;
}
.TagClassName
{
border-color: #A968BC;
}
</style>