Shades of Deep Lilac #A44BCB
Tints of Deep Lilac #A44BCB
RGB
CMYK
RGB Variations
Color information
#A44BCB (or 0xA44BCB) is known color: Deep Lilac. HEX triplet: A4, 4B and CB. RGB value is (164,75,203). Sum of RGB (Red+Green+Blue) = 164+75+203=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #A44BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BCB is #5BB434. Grayscale: #737373. Windows color (decimal): -6009909 or 13323172. OLE color: 13323172.
HSL color Cylindrical-coordinate representation of color #A44BCB: hue angle of 281.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A44BCB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 75 | 203 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.20 |
| HSL | 281.72º | 0.55% | 0.55% | - |
| HSV(B) | 281.72º | 0.63% | 0.8% | - |
| XYZ | 28.61 | 17.24 | 58.32 | - |
| YUV | 116.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 203 | 0.19 | 0.63 | 0 | 0.20 | 281.72 | 0.55 | 0.55 |
| Hex | A4 | 4B | CB | 13 | 3F | 0 | 14 | 11A | 37 | 37 |
| Octal | 244 | 113 | 313 | 23 | 77 | 0 | 24 | 432 | 67 | 67 |
| Binary | 10100100 | 1001011 | 11001011 | 10011 | 111111 | 0 | 10100 | 100011010 | 110111 | 110111 |
Color Harmonies of #A44BCB
Complementary color
Monochromatic Colors of #A44BCB
Black with #A44BCB
Text Example
Text Example
White with #A44BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BCB; }
p { color: rgb(164,75,203); }
H1.HeaderClassName
{
color: #A44BCB;
}
.AnyTagClassName
{
color: #A44BCB;
}
</style>
background-color css
<style>
a { background-color: #A44BCB; }
a { background-color: rgb(164,75,203); }
div.DivClassName
{
background-color: #A44BCB;
}
.BgClassName
{
background-color: #A44BCB;
}
</style>
border-color css
<style>
span { border-color: #A44BCB; }
span { border-color: rgb(164,75,203); }
td.TdClassName
{
border-color: #A44BCB;
}
.TagClassName
{
border-color: #A44BCB;
}
</style>