Shades of Deep Lilac #A845BB
Tints of Deep Lilac #A845BB
RGB
CMYK
RGB Variations
Color information
#A845BB (or 0xA845BB) is known color: Deep Lilac. HEX triplet: A8, 45 and BB. RGB value is (168,69,187). Sum of RGB (Red+Green+Blue) = 168+69+187=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #A845BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845BB is #57BA44. Grayscale: #6F6F6F. Windows color (decimal): -5749317 or 12273064. OLE color: 12273064.
HSL color Cylindrical-coordinate representation of color #A845BB: hue angle of 290.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A845BB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 69 | 187 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.27 |
| HSL | 290.34º | 0.46% | 0.5% | - |
| HSV(B) | 290.34º | 0.63% | 0.73% | - |
| XYZ | 27.25 | 16.17 | 48.7 | - |
| YUV | 112.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 187 | 0.10 | 0.63 | 0 | 0.27 | 290.34 | 0.46 | 0.5 |
| Hex | A8 | 45 | BB | A | 3F | 0 | 1B | 122 | 2E | 32 |
| Octal | 250 | 105 | 273 | 12 | 77 | 0 | 33 | 442 | 56 | 62 |
| Binary | 10101000 | 1000101 | 10111011 | 1010 | 111111 | 0 | 11011 | 100100010 | 101110 | 110010 |
Color Harmonies of #A845BB
Complementary color
Monochromatic Colors of #A845BB
Black with #A845BB
Text Example
Text Example
White with #A845BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845BB; }
p { color: rgb(168,69,187); }
H1.HeaderClassName
{
color: #A845BB;
}
.AnyTagClassName
{
color: #A845BB;
}
</style>
background-color css
<style>
a { background-color: #A845BB; }
a { background-color: rgb(168,69,187); }
div.DivClassName
{
background-color: #A845BB;
}
.BgClassName
{
background-color: #A845BB;
}
</style>
border-color css
<style>
span { border-color: #A845BB; }
span { border-color: rgb(168,69,187); }
td.TdClassName
{
border-color: #A845BB;
}
.TagClassName
{
border-color: #A845BB;
}
</style>