Shades of Deep Lilac #A945BC
Tints of Deep Lilac #A945BC
RGB
CMYK
RGB Variations
Color information
#A945BC (or 0xA945BC) is known color: Deep Lilac. HEX triplet: A9, 45 and BC. RGB value is (169,69,188). Sum of RGB (Red+Green+Blue) = 169+69+188=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #A945BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945BC is #56BA43. Grayscale: #707070. Windows color (decimal): -5683780 or 12338601. OLE color: 12338601.
HSL color Cylindrical-coordinate representation of color #A945BC: hue angle of 290.42º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A945BC is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 69 | 188 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.26 |
| HSL | 290.42º | 0.47% | 0.5% | - |
| HSV(B) | 290.42º | 0.63% | 0.74% | - |
| XYZ | 27.57 | 16.32 | 49.27 | - |
| YUV | 112.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 188 | 0.10 | 0.63 | 0 | 0.26 | 290.42 | 0.47 | 0.5 |
| Hex | A9 | 45 | BC | A | 3F | 0 | 1A | 122 | 2F | 32 |
| Octal | 251 | 105 | 274 | 12 | 77 | 0 | 32 | 442 | 57 | 62 |
| Binary | 10101001 | 1000101 | 10111100 | 1010 | 111111 | 0 | 11010 | 100100010 | 101111 | 110010 |
Color Harmonies of #A945BC
Complementary color
Monochromatic Colors of #A945BC
Black with #A945BC
Text Example
Text Example
White with #A945BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A945BC; }
p { color: rgb(169,69,188); }
H1.HeaderClassName
{
color: #A945BC;
}
.AnyTagClassName
{
color: #A945BC;
}
</style>
background-color css
<style>
a { background-color: #A945BC; }
a { background-color: rgb(169,69,188); }
div.DivClassName
{
background-color: #A945BC;
}
.BgClassName
{
background-color: #A945BC;
}
</style>
border-color css
<style>
span { border-color: #A945BC; }
span { border-color: rgb(169,69,188); }
td.TdClassName
{
border-color: #A945BC;
}
.TagClassName
{
border-color: #A945BC;
}
</style>