Shades of Deep Lilac #A259C1
Tints of Deep Lilac #A259C1
RGB
CMYK
RGB Variations
Color information
#A259C1 (or 0xA259C1) is known color: Deep Lilac. HEX triplet: A2, 59 and C1. RGB value is (162,89,193). Sum of RGB (Red+Green+Blue) = 162+89+193=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #A259C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259C1 is #5DA63E. Grayscale: #7A7A7A. Windows color (decimal): -6137407 or 12671394. OLE color: 12671394.
HSL color Cylindrical-coordinate representation of color #A259C1: hue angle of 282.12º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A259C1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 89 | 193 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.24 |
| HSL | 282.12º | 0.46% | 0.55% | - |
| HSV(B) | 282.12º | 0.54% | 0.76% | - |
| XYZ | 28.1 | 18.68 | 52.58 | - |
| YUV | 122.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 193 | 0.16 | 0.54 | 0 | 0.24 | 282.12 | 0.46 | 0.55 |
| Hex | A2 | 59 | C1 | 10 | 36 | 0 | 18 | 11A | 2E | 37 |
| Octal | 242 | 131 | 301 | 20 | 66 | 0 | 30 | 432 | 56 | 67 |
| Binary | 10100010 | 1011001 | 11000001 | 10000 | 110110 | 0 | 11000 | 100011010 | 101110 | 110111 |
Color Harmonies of #A259C1
Complementary color
Monochromatic Colors of #A259C1
Black with #A259C1
Text Example
Text Example
White with #A259C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259C1; }
p { color: rgb(162,89,193); }
H1.HeaderClassName
{
color: #A259C1;
}
.AnyTagClassName
{
color: #A259C1;
}
</style>
background-color css
<style>
a { background-color: #A259C1; }
a { background-color: rgb(162,89,193); }
div.DivClassName
{
background-color: #A259C1;
}
.BgClassName
{
background-color: #A259C1;
}
</style>
border-color css
<style>
span { border-color: #A259C1; }
span { border-color: rgb(162,89,193); }
td.TdClassName
{
border-color: #A259C1;
}
.TagClassName
{
border-color: #A259C1;
}
</style>