Shades of Deep Lilac #A848BD
Tints of Deep Lilac #A848BD
RGB
CMYK
RGB Variations
Color information
#A848BD (or 0xA848BD) is known color: Deep Lilac. HEX triplet: A8, 48 and BD. RGB value is (168,72,189). Sum of RGB (Red+Green+Blue) = 168+72+189=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #A848BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848BD is #57B742. Grayscale: #717171. Windows color (decimal): -5748547 or 12404904. OLE color: 12404904.
HSL color Cylindrical-coordinate representation of color #A848BD: hue angle of 289.23º degrees, saturation: 0.47, 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 #A848BD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 72 | 189 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.26 |
| HSL | 289.23º | 0.47% | 0.51% | - |
| HSV(B) | 289.23º | 0.62% | 0.74% | - |
| XYZ | 27.65 | 16.63 | 49.9 | - |
| YUV | 114.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 189 | 0.11 | 0.62 | 0 | 0.26 | 289.23 | 0.47 | 0.51 |
| Hex | A8 | 48 | BD | B | 3E | 0 | 1A | 121 | 2F | 33 |
| Octal | 250 | 110 | 275 | 13 | 76 | 0 | 32 | 441 | 57 | 63 |
| Binary | 10101000 | 1001000 | 10111101 | 1011 | 111110 | 0 | 11010 | 100100001 | 101111 | 110011 |
Color Harmonies of #A848BD
Complementary color
Monochromatic Colors of #A848BD
Black with #A848BD
Text Example
Text Example
White with #A848BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848BD; }
p { color: rgb(168,72,189); }
H1.HeaderClassName
{
color: #A848BD;
}
.AnyTagClassName
{
color: #A848BD;
}
</style>
background-color css
<style>
a { background-color: #A848BD; }
a { background-color: rgb(168,72,189); }
div.DivClassName
{
background-color: #A848BD;
}
.BgClassName
{
background-color: #A848BD;
}
</style>
border-color css
<style>
span { border-color: #A848BD; }
span { border-color: rgb(168,72,189); }
td.TdClassName
{
border-color: #A848BD;
}
.TagClassName
{
border-color: #A848BD;
}
</style>