Shades of Deep Lilac #A245BC
Tints of Deep Lilac #A245BC
RGB
CMYK
RGB Variations
Color information
#A245BC (or 0xA245BC) is known color: Deep Lilac. HEX triplet: A2, 45 and BC. RGB value is (162,69,188). Sum of RGB (Red+Green+Blue) = 162+69+188=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A245BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245BC is #5DBA43. Grayscale: #6D6D6D. Windows color (decimal): -6142532 or 12338594. OLE color: 12338594.
HSL color Cylindrical-coordinate representation of color #A245BC: hue angle of 286.89º 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 #A245BC is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 69 | 188 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.26 |
| HSL | 286.89º | 0.47% | 0.5% | - |
| HSV(B) | 286.89º | 0.63% | 0.74% | - |
| XYZ | 26.11 | 15.57 | 49.21 | - |
| YUV | 110.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 188 | 0.14 | 0.63 | 0 | 0.26 | 286.89 | 0.47 | 0.5 |
| Hex | A2 | 45 | BC | E | 3F | 0 | 1A | 11F | 2F | 32 |
| Octal | 242 | 105 | 274 | 16 | 77 | 0 | 32 | 437 | 57 | 62 |
| Binary | 10100010 | 1000101 | 10111100 | 1110 | 111111 | 0 | 11010 | 100011111 | 101111 | 110010 |
Color Harmonies of #A245BC
Complementary color
Monochromatic Colors of #A245BC
Black with #A245BC
Text Example
Text Example
White with #A245BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245BC; }
p { color: rgb(162,69,188); }
H1.HeaderClassName
{
color: #A245BC;
}
.AnyTagClassName
{
color: #A245BC;
}
</style>
background-color css
<style>
a { background-color: #A245BC; }
a { background-color: rgb(162,69,188); }
div.DivClassName
{
background-color: #A245BC;
}
.BgClassName
{
background-color: #A245BC;
}
</style>
border-color css
<style>
span { border-color: #A245BC; }
span { border-color: rgb(162,69,188); }
td.TdClassName
{
border-color: #A245BC;
}
.TagClassName
{
border-color: #A245BC;
}
</style>