Shades of Deep Lilac #A849B4
Tints of Deep Lilac #A849B4
RGB
CMYK
RGB Variations
Color information
#A849B4 (or 0xA849B4) is known color: Deep Lilac. HEX triplet: A8, 49 and B4. RGB value is (168,73,180). Sum of RGB (Red+Green+Blue) = 168+73+180=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #A849B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849B4 is #57B64B. Grayscale: #717171. Windows color (decimal): -5748300 or 11815336. OLE color: 11815336.
HSL color Cylindrical-coordinate representation of color #A849B4: hue angle of 293.27º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A849B4 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 73 | 180 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.29 |
| HSL | 293.27º | 0.42% | 0.5% | - |
| HSV(B) | 293.27º | 0.59% | 0.71% | - |
| XYZ | 26.77 | 16.39 | 44.93 | - |
| YUV | 113.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 180 | 0.07 | 0.59 | 0 | 0.29 | 293.27 | 0.42 | 0.5 |
| Hex | A8 | 49 | B4 | 7 | 3B | 0 | 1D | 125 | 2A | 32 |
| Octal | 250 | 111 | 264 | 7 | 73 | 0 | 35 | 445 | 52 | 62 |
| Binary | 10101000 | 1001001 | 10110100 | 111 | 111011 | 0 | 11101 | 100100101 | 101010 | 110010 |
Color Harmonies of #A849B4
Complementary color
Monochromatic Colors of #A849B4
Black with #A849B4
Text Example
Text Example
White with #A849B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849B4; }
p { color: rgb(168,73,180); }
H1.HeaderClassName
{
color: #A849B4;
}
.AnyTagClassName
{
color: #A849B4;
}
</style>
background-color css
<style>
a { background-color: #A849B4; }
a { background-color: rgb(168,73,180); }
div.DivClassName
{
background-color: #A849B4;
}
.BgClassName
{
background-color: #A849B4;
}
</style>
border-color css
<style>
span { border-color: #A849B4; }
span { border-color: rgb(168,73,180); }
td.TdClassName
{
border-color: #A849B4;
}
.TagClassName
{
border-color: #A849B4;
}
</style>