Shades of Deep Lilac #A247C1
Tints of Deep Lilac #A247C1
RGB
CMYK
RGB Variations
Color information
#A247C1 (or 0xA247C1) is known color: Deep Lilac. HEX triplet: A2, 47 and C1. RGB value is (162,71,193). Sum of RGB (Red+Green+Blue) = 162+71+193=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #A247C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247C1 is #5DB83E. Grayscale: #6F6F6F. Windows color (decimal): -6142015 or 12666786. OLE color: 12666786.
HSL color Cylindrical-coordinate representation of color #A247C1: hue angle of 284.75º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A247C1 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 71 | 193 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.24 |
| HSL | 284.75º | 0.5% | 0.52% | - |
| HSV(B) | 284.75º | 0.63% | 0.76% | - |
| XYZ | 26.78 | 16.04 | 52.14 | - |
| YUV | 112.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 193 | 0.16 | 0.63 | 0 | 0.24 | 284.75 | 0.5 | 0.52 |
| Hex | A2 | 47 | C1 | 10 | 3F | 0 | 18 | 11D | 32 | 34 |
| Octal | 242 | 107 | 301 | 20 | 77 | 0 | 30 | 435 | 62 | 64 |
| Binary | 10100010 | 1000111 | 11000001 | 10000 | 111111 | 0 | 11000 | 100011101 | 110010 | 110100 |
Color Harmonies of #A247C1
Complementary color
Monochromatic Colors of #A247C1
Black with #A247C1
Text Example
Text Example
White with #A247C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247C1; }
p { color: rgb(162,71,193); }
H1.HeaderClassName
{
color: #A247C1;
}
.AnyTagClassName
{
color: #A247C1;
}
</style>
background-color css
<style>
a { background-color: #A247C1; }
a { background-color: rgb(162,71,193); }
div.DivClassName
{
background-color: #A247C1;
}
.BgClassName
{
background-color: #A247C1;
}
</style>
border-color css
<style>
span { border-color: #A247C1; }
span { border-color: rgb(162,71,193); }
td.TdClassName
{
border-color: #A247C1;
}
.TagClassName
{
border-color: #A247C1;
}
</style>