Shades of Deep Lilac #A248C4
Tints of Deep Lilac #A248C4
RGB
CMYK
RGB Variations
Color information
#A248C4 (or 0xA248C4) is known color: Deep Lilac. HEX triplet: A2, 48 and C4. RGB value is (162,72,196). Sum of RGB (Red+Green+Blue) = 162+72+196=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #A248C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248C4 is #5DB73B. Grayscale: #707070. Windows color (decimal): -6141756 or 12863650. OLE color: 12863650.
HSL color Cylindrical-coordinate representation of color #A248C4: hue angle of 283.55º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A248C4 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 72 | 196 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.23 |
| HSL | 283.55º | 0.51% | 0.53% | - |
| HSV(B) | 283.55º | 0.63% | 0.77% | - |
| XYZ | 27.18 | 16.3 | 53.94 | - |
| YUV | 113.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 196 | 0.17 | 0.63 | 0 | 0.23 | 283.55 | 0.51 | 0.53 |
| Hex | A2 | 48 | C4 | 11 | 3F | 0 | 17 | 11C | 33 | 35 |
| Octal | 242 | 110 | 304 | 21 | 77 | 0 | 27 | 434 | 63 | 65 |
| Binary | 10100010 | 1001000 | 11000100 | 10001 | 111111 | 0 | 10111 | 100011100 | 110011 | 110101 |
Color Harmonies of #A248C4
Complementary color
Monochromatic Colors of #A248C4
Black with #A248C4
Text Example
Text Example
White with #A248C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A248C4; }
p { color: rgb(162,72,196); }
H1.HeaderClassName
{
color: #A248C4;
}
.AnyTagClassName
{
color: #A248C4;
}
</style>
background-color css
<style>
a { background-color: #A248C4; }
a { background-color: rgb(162,72,196); }
div.DivClassName
{
background-color: #A248C4;
}
.BgClassName
{
background-color: #A248C4;
}
</style>
border-color css
<style>
span { border-color: #A248C4; }
span { border-color: rgb(162,72,196); }
td.TdClassName
{
border-color: #A248C4;
}
.TagClassName
{
border-color: #A248C4;
}
</style>