Shades of Deep Lilac #A246C2
Tints of Deep Lilac #A246C2
RGB
CMYK
RGB Variations
Color information
#A246C2 (or 0xA246C2) is known color: Deep Lilac. HEX triplet: A2, 46 and C2. RGB value is (162,70,194). Sum of RGB (Red+Green+Blue) = 162+70+194=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #A246C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246C2 is #5DB93D. Grayscale: #6F6F6F. Windows color (decimal): -6142270 or 12732066. OLE color: 12732066.
HSL color Cylindrical-coordinate representation of color #A246C2: hue angle of 284.52º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A246C2 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 70 | 194 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.24 |
| HSL | 284.52º | 0.5% | 0.52% | - |
| HSV(B) | 284.52º | 0.64% | 0.76% | - |
| XYZ | 26.83 | 15.96 | 52.7 | - |
| YUV | 111.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 194 | 0.16 | 0.64 | 0 | 0.24 | 284.52 | 0.5 | 0.52 |
| Hex | A2 | 46 | C2 | 10 | 40 | 0 | 18 | 11D | 32 | 34 |
| Octal | 242 | 106 | 302 | 20 | 100 | 0 | 30 | 435 | 62 | 64 |
| Binary | 10100010 | 1000110 | 11000010 | 10000 | 1000000 | 0 | 11000 | 100011101 | 110010 | 110100 |
Color Harmonies of #A246C2
Complementary color
Monochromatic Colors of #A246C2
Black with #A246C2
Text Example
Text Example
White with #A246C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A246C2; }
p { color: rgb(162,70,194); }
H1.HeaderClassName
{
color: #A246C2;
}
.AnyTagClassName
{
color: #A246C2;
}
</style>
background-color css
<style>
a { background-color: #A246C2; }
a { background-color: rgb(162,70,194); }
div.DivClassName
{
background-color: #A246C2;
}
.BgClassName
{
background-color: #A246C2;
}
</style>
border-color css
<style>
span { border-color: #A246C2; }
span { border-color: rgb(162,70,194); }
td.TdClassName
{
border-color: #A246C2;
}
.TagClassName
{
border-color: #A246C2;
}
</style>