Shades of Deep Lilac #A848BC
Tints of Deep Lilac #A848BC
RGB
CMYK
RGB Variations
Color information
#A848BC (or 0xA848BC) is known color: Deep Lilac. HEX triplet: A8, 48 and BC. RGB value is (168,72,188). Sum of RGB (Red+Green+Blue) = 168+72+188=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #A848BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848BC is #57B743. Grayscale: #717171. Windows color (decimal): -5748548 or 12339368. OLE color: 12339368.
HSL color Cylindrical-coordinate representation of color #A848BC: hue angle of 289.66º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A848BC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 72 | 188 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.26 |
| HSL | 289.66º | 0.46% | 0.51% | - |
| HSV(B) | 289.66º | 0.62% | 0.74% | - |
| XYZ | 27.54 | 16.59 | 49.33 | - |
| YUV | 113.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 188 | 0.11 | 0.62 | 0 | 0.26 | 289.66 | 0.46 | 0.51 |
| Hex | A8 | 48 | BC | B | 3E | 0 | 1A | 122 | 2E | 33 |
| Octal | 250 | 110 | 274 | 13 | 76 | 0 | 32 | 442 | 56 | 63 |
| Binary | 10101000 | 1001000 | 10111100 | 1011 | 111110 | 0 | 11010 | 100100010 | 101110 | 110011 |
Color Harmonies of #A848BC
Complementary color
Monochromatic Colors of #A848BC
Black with #A848BC
Text Example
Text Example
White with #A848BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848BC; }
p { color: rgb(168,72,188); }
H1.HeaderClassName
{
color: #A848BC;
}
.AnyTagClassName
{
color: #A848BC;
}
</style>
background-color css
<style>
a { background-color: #A848BC; }
a { background-color: rgb(168,72,188); }
div.DivClassName
{
background-color: #A848BC;
}
.BgClassName
{
background-color: #A848BC;
}
</style>
border-color css
<style>
span { border-color: #A848BC; }
span { border-color: rgb(168,72,188); }
td.TdClassName
{
border-color: #A848BC;
}
.TagClassName
{
border-color: #A848BC;
}
</style>