Shades of Deep Lilac #A849B3
Tints of Deep Lilac #A849B3
RGB
CMYK
RGB Variations
Color information
#A849B3 (or 0xA849B3) is known color: Deep Lilac. HEX triplet: A8, 49 and B3. RGB value is (168,73,179). Sum of RGB (Red+Green+Blue) = 168+73+179=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #A849B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849B3 is #57B64C. Grayscale: #717171. Windows color (decimal): -5748301 or 11749800. OLE color: 11749800.
HSL color Cylindrical-coordinate representation of color #A849B3: hue angle of 293.77º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A849B3 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 73 | 179 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.30 |
| HSL | 293.77º | 0.42% | 0.49% | - |
| HSV(B) | 293.77º | 0.59% | 0.7% | - |
| XYZ | 26.67 | 16.34 | 44.4 | - |
| YUV | 113.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 179 | 0.06 | 0.59 | 0 | 0.30 | 293.77 | 0.42 | 0.49 |
| Hex | A8 | 49 | B3 | 6 | 3B | 0 | 1E | 126 | 2A | 31 |
| Octal | 250 | 111 | 263 | 6 | 73 | 0 | 36 | 446 | 52 | 61 |
| Binary | 10101000 | 1001001 | 10110011 | 110 | 111011 | 0 | 11110 | 100100110 | 101010 | 110001 |
Color Harmonies of #A849B3
Complementary color
Monochromatic Colors of #A849B3
Black with #A849B3
Text Example
Text Example
White with #A849B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849B3; }
p { color: rgb(168,73,179); }
H1.HeaderClassName
{
color: #A849B3;
}
.AnyTagClassName
{
color: #A849B3;
}
</style>
background-color css
<style>
a { background-color: #A849B3; }
a { background-color: rgb(168,73,179); }
div.DivClassName
{
background-color: #A849B3;
}
.BgClassName
{
background-color: #A849B3;
}
</style>
border-color css
<style>
span { border-color: #A849B3; }
span { border-color: rgb(168,73,179); }
td.TdClassName
{
border-color: #A849B3;
}
.TagClassName
{
border-color: #A849B3;
}
</style>