Shades of Deep Lilac #A248BD
Tints of Deep Lilac #A248BD
RGB
CMYK
RGB Variations
Color information
#A248BD (or 0xA248BD) is known color: Deep Lilac. HEX triplet: A2, 48 and BD. RGB value is (162,72,189). Sum of RGB (Red+Green+Blue) = 162+72+189=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #A248BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248BD is #5DB742. Grayscale: #6F6F6F. Windows color (decimal): -6141763 or 12404898. OLE color: 12404898.
HSL color Cylindrical-coordinate representation of color #A248BD: hue angle of 286.15º 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 #A248BD is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 72 | 189 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.26 |
| HSL | 286.15º | 0.47% | 0.51% | - |
| HSV(B) | 286.15º | 0.62% | 0.74% | - |
| XYZ | 26.4 | 15.99 | 49.84 | - |
| YUV | 112.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 189 | 0.14 | 0.62 | 0 | 0.26 | 286.15 | 0.47 | 0.51 |
| Hex | A2 | 48 | BD | E | 3E | 0 | 1A | 11E | 2F | 33 |
| Octal | 242 | 110 | 275 | 16 | 76 | 0 | 32 | 436 | 57 | 63 |
| Binary | 10100010 | 1001000 | 10111101 | 1110 | 111110 | 0 | 11010 | 100011110 | 101111 | 110011 |
Color Harmonies of #A248BD
Complementary color
Monochromatic Colors of #A248BD
Black with #A248BD
Text Example
Text Example
White with #A248BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A248BD; }
p { color: rgb(162,72,189); }
H1.HeaderClassName
{
color: #A248BD;
}
.AnyTagClassName
{
color: #A248BD;
}
</style>
background-color css
<style>
a { background-color: #A248BD; }
a { background-color: rgb(162,72,189); }
div.DivClassName
{
background-color: #A248BD;
}
.BgClassName
{
background-color: #A248BD;
}
</style>
border-color css
<style>
span { border-color: #A248BD; }
span { border-color: rgb(162,72,189); }
td.TdClassName
{
border-color: #A248BD;
}
.TagClassName
{
border-color: #A248BD;
}
</style>