Shades of Deep Lilac #A549CB
Tints of Deep Lilac #A549CB
RGB
CMYK
RGB Variations
Color information
#A549CB (or 0xA549CB) is known color: Deep Lilac. HEX triplet: A5, 49 and CB. RGB value is (165,73,203). Sum of RGB (Red+Green+Blue) = 165+73+203=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #A549CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549CB is #5AB634. Grayscale: #727272. Windows color (decimal): -5944885 or 13322661. OLE color: 13322661.
HSL color Cylindrical-coordinate representation of color #A549CB: hue angle of 282.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A549CB is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 73 | 203 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.20 |
| HSL | 282.46º | 0.56% | 0.54% | - |
| HSV(B) | 282.46º | 0.64% | 0.8% | - |
| XYZ | 28.68 | 17.08 | 58.28 | - |
| YUV | 115.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 203 | 0.19 | 0.64 | 0 | 0.20 | 282.46 | 0.56 | 0.54 |
| Hex | A5 | 49 | CB | 13 | 40 | 0 | 14 | 11A | 38 | 36 |
| Octal | 245 | 111 | 313 | 23 | 100 | 0 | 24 | 432 | 70 | 66 |
| Binary | 10100101 | 1001001 | 11001011 | 10011 | 1000000 | 0 | 10100 | 100011010 | 111000 | 110110 |
Color Harmonies of #A549CB
Complementary color
Monochromatic Colors of #A549CB
Black with #A549CB
Text Example
Text Example
White with #A549CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A549CB; }
p { color: rgb(165,73,203); }
H1.HeaderClassName
{
color: #A549CB;
}
.AnyTagClassName
{
color: #A549CB;
}
</style>
background-color css
<style>
a { background-color: #A549CB; }
a { background-color: rgb(165,73,203); }
div.DivClassName
{
background-color: #A549CB;
}
.BgClassName
{
background-color: #A549CB;
}
</style>
border-color css
<style>
span { border-color: #A549CB; }
span { border-color: rgb(165,73,203); }
td.TdClassName
{
border-color: #A549CB;
}
.TagClassName
{
border-color: #A549CB;
}
</style>