Shades of Deep Lilac #A848B4
Tints of Deep Lilac #A848B4
RGB
CMYK
RGB Variations
Color information
#A848B4 (or 0xA848B4) is known color: Deep Lilac. HEX triplet: A8, 48 and B4. RGB value is (168,72,180). Sum of RGB (Red+Green+Blue) = 168+72+180=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #A848B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848B4 is #57B74B. Grayscale: #707070. Windows color (decimal): -5748556 or 11815080. OLE color: 11815080.
HSL color Cylindrical-coordinate representation of color #A848B4: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A848B4 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 72 | 180 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.29 |
| HSL | 293.33º | 0.43% | 0.49% | - |
| HSV(B) | 293.33º | 0.6% | 0.71% | - |
| XYZ | 26.7 | 16.25 | 44.91 | - |
| YUV | 113.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 180 | 0.07 | 0.60 | 0 | 0.29 | 293.33 | 0.43 | 0.49 |
| Hex | A8 | 48 | B4 | 7 | 3C | 0 | 1D | 125 | 2B | 31 |
| Octal | 250 | 110 | 264 | 7 | 74 | 0 | 35 | 445 | 53 | 61 |
| Binary | 10101000 | 1001000 | 10110100 | 111 | 111100 | 0 | 11101 | 100100101 | 101011 | 110001 |
Color Harmonies of #A848B4
Complementary color
Monochromatic Colors of #A848B4
Black with #A848B4
Text Example
Text Example
White with #A848B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848B4; }
p { color: rgb(168,72,180); }
H1.HeaderClassName
{
color: #A848B4;
}
.AnyTagClassName
{
color: #A848B4;
}
</style>
background-color css
<style>
a { background-color: #A848B4; }
a { background-color: rgb(168,72,180); }
div.DivClassName
{
background-color: #A848B4;
}
.BgClassName
{
background-color: #A848B4;
}
</style>
border-color css
<style>
span { border-color: #A848B4; }
span { border-color: rgb(168,72,180); }
td.TdClassName
{
border-color: #A848B4;
}
.TagClassName
{
border-color: #A848B4;
}
</style>