Shades of Deep Lilac #A848C4
Tints of Deep Lilac #A848C4
RGB
CMYK
RGB Variations
Color information
#A848C4 (or 0xA848C4) is known color: Deep Lilac. HEX triplet: A8, 48 and C4. RGB value is (168,72,196). Sum of RGB (Red+Green+Blue) = 168+72+196=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #A848C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848C4 is #57B73B. Grayscale: #727272. Windows color (decimal): -5748540 or 12863656. OLE color: 12863656.
HSL color Cylindrical-coordinate representation of color #A848C4: hue angle of 286.45º 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 #A848C4 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 72 | 196 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.23 |
| HSL | 286.45º | 0.51% | 0.53% | - |
| HSV(B) | 286.45º | 0.63% | 0.77% | - |
| XYZ | 28.43 | 16.95 | 54 | - |
| YUV | 114.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 196 | 0.14 | 0.63 | 0 | 0.23 | 286.45 | 0.51 | 0.53 |
| Hex | A8 | 48 | C4 | E | 3F | 0 | 17 | 11E | 33 | 35 |
| Octal | 250 | 110 | 304 | 16 | 77 | 0 | 27 | 436 | 63 | 65 |
| Binary | 10101000 | 1001000 | 11000100 | 1110 | 111111 | 0 | 10111 | 100011110 | 110011 | 110101 |
Color Harmonies of #A848C4
Complementary color
Monochromatic Colors of #A848C4
Black with #A848C4
Text Example
Text Example
White with #A848C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848C4; }
p { color: rgb(168,72,196); }
H1.HeaderClassName
{
color: #A848C4;
}
.AnyTagClassName
{
color: #A848C4;
}
</style>
background-color css
<style>
a { background-color: #A848C4; }
a { background-color: rgb(168,72,196); }
div.DivClassName
{
background-color: #A848C4;
}
.BgClassName
{
background-color: #A848C4;
}
</style>
border-color css
<style>
span { border-color: #A848C4; }
span { border-color: rgb(168,72,196); }
td.TdClassName
{
border-color: #A848C4;
}
.TagClassName
{
border-color: #A848C4;
}
</style>