Shades of Deep Lilac #A247CA
Tints of Deep Lilac #A247CA
RGB
CMYK
RGB Variations
Color information
#A247CA (or 0xA247CA) is known color: Deep Lilac. HEX triplet: A2, 47 and CA. RGB value is (162,71,202). Sum of RGB (Red+Green+Blue) = 162+71+202=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #A247CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247CA is #5DB835. Grayscale: #707070. Windows color (decimal): -6142006 or 13256610. OLE color: 13256610.
HSL color Cylindrical-coordinate representation of color #A247CA: hue angle of 281.68º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A247CA is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 71 | 202 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.21 |
| HSL | 281.68º | 0.55% | 0.54% | - |
| HSV(B) | 281.68º | 0.65% | 0.79% | - |
| XYZ | 27.81 | 16.45 | 57.59 | - |
| YUV | 113.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 202 | 0.20 | 0.65 | 0 | 0.21 | 281.68 | 0.55 | 0.54 |
| Hex | A2 | 47 | CA | 14 | 41 | 0 | 15 | 11A | 37 | 36 |
| Octal | 242 | 107 | 312 | 24 | 101 | 0 | 25 | 432 | 67 | 66 |
| Binary | 10100010 | 1000111 | 11001010 | 10100 | 1000001 | 0 | 10101 | 100011010 | 110111 | 110110 |
Color Harmonies of #A247CA
Complementary color
Monochromatic Colors of #A247CA
Black with #A247CA
Text Example
Text Example
White with #A247CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247CA; }
p { color: rgb(162,71,202); }
H1.HeaderClassName
{
color: #A247CA;
}
.AnyTagClassName
{
color: #A247CA;
}
</style>
background-color css
<style>
a { background-color: #A247CA; }
a { background-color: rgb(162,71,202); }
div.DivClassName
{
background-color: #A247CA;
}
.BgClassName
{
background-color: #A247CA;
}
</style>
border-color css
<style>
span { border-color: #A247CA; }
span { border-color: rgb(162,71,202); }
td.TdClassName
{
border-color: #A247CA;
}
.TagClassName
{
border-color: #A247CA;
}
</style>