Shades of Deep Lilac #A845BD
Tints of Deep Lilac #A845BD
RGB
CMYK
RGB Variations
Color information
#A845BD (or 0xA845BD) is known color: Deep Lilac. HEX triplet: A8, 45 and BD. RGB value is (168,69,189). Sum of RGB (Red+Green+Blue) = 168+69+189=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #A845BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845BD is #57BA42. Grayscale: #6F6F6F. Windows color (decimal): -5749315 or 12404136. OLE color: 12404136.
HSL color Cylindrical-coordinate representation of color #A845BD: hue angle of 289.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A845BD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 69 | 189 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.26 |
| HSL | 289.5º | 0.48% | 0.51% | - |
| HSV(B) | 289.5º | 0.63% | 0.74% | - |
| XYZ | 27.46 | 16.26 | 49.83 | - |
| YUV | 112.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 189 | 0.11 | 0.63 | 0 | 0.26 | 289.5 | 0.48 | 0.51 |
| Hex | A8 | 45 | BD | B | 3F | 0 | 1A | 122 | 30 | 33 |
| Octal | 250 | 105 | 275 | 13 | 77 | 0 | 32 | 442 | 60 | 63 |
| Binary | 10101000 | 1000101 | 10111101 | 1011 | 111111 | 0 | 11010 | 100100010 | 110000 | 110011 |
Color Harmonies of #A845BD
Complementary color
Monochromatic Colors of #A845BD
Black with #A845BD
Text Example
Text Example
White with #A845BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845BD; }
p { color: rgb(168,69,189); }
H1.HeaderClassName
{
color: #A845BD;
}
.AnyTagClassName
{
color: #A845BD;
}
</style>
background-color css
<style>
a { background-color: #A845BD; }
a { background-color: rgb(168,69,189); }
div.DivClassName
{
background-color: #A845BD;
}
.BgClassName
{
background-color: #A845BD;
}
</style>
border-color css
<style>
span { border-color: #A845BD; }
span { border-color: rgb(168,69,189); }
td.TdClassName
{
border-color: #A845BD;
}
.TagClassName
{
border-color: #A845BD;
}
</style>