Shades of Deep Lilac #A845BC
Tints of Deep Lilac #A845BC
RGB
CMYK
RGB Variations
Color information
#A845BC (or 0xA845BC) is known color: Deep Lilac. HEX triplet: A8, 45 and BC. RGB value is (168,69,188). Sum of RGB (Red+Green+Blue) = 168+69+188=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #A845BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845BC is #57BA43. Grayscale: #6F6F6F. Windows color (decimal): -5749316 or 12338600. OLE color: 12338600.
HSL color Cylindrical-coordinate representation of color #A845BC: hue angle of 289.92º 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 #A845BC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 69 | 188 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.26 |
| HSL | 289.92º | 0.47% | 0.5% | - |
| HSV(B) | 289.92º | 0.63% | 0.74% | - |
| XYZ | 27.35 | 16.21 | 49.26 | - |
| YUV | 112.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 188 | 0.11 | 0.63 | 0 | 0.26 | 289.92 | 0.47 | 0.5 |
| Hex | A8 | 45 | BC | B | 3F | 0 | 1A | 122 | 2F | 32 |
| Octal | 250 | 105 | 274 | 13 | 77 | 0 | 32 | 442 | 57 | 62 |
| Binary | 10101000 | 1000101 | 10111100 | 1011 | 111111 | 0 | 11010 | 100100010 | 101111 | 110010 |
Color Harmonies of #A845BC
Complementary color
Monochromatic Colors of #A845BC
Black with #A845BC
Text Example
Text Example
White with #A845BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845BC; }
p { color: rgb(168,69,188); }
H1.HeaderClassName
{
color: #A845BC;
}
.AnyTagClassName
{
color: #A845BC;
}
</style>
background-color css
<style>
a { background-color: #A845BC; }
a { background-color: rgb(168,69,188); }
div.DivClassName
{
background-color: #A845BC;
}
.BgClassName
{
background-color: #A845BC;
}
</style>
border-color css
<style>
span { border-color: #A845BC; }
span { border-color: rgb(168,69,188); }
td.TdClassName
{
border-color: #A845BC;
}
.TagClassName
{
border-color: #A845BC;
}
</style>