Shades of Deep Lilac #A34ECB
Tints of Deep Lilac #A34ECB
RGB
CMYK
RGB Variations
Color information
#A34ECB (or 0xA34ECB) is known color: Deep Lilac. HEX triplet: A3, 4E and CB. RGB value is (163,78,203). Sum of RGB (Red+Green+Blue) = 163+78+203=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #A34ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34ECB is #5CB134. Grayscale: #757575. Windows color (decimal): -6074677 or 13323939. OLE color: 13323939.
HSL color Cylindrical-coordinate representation of color #A34ECB: hue angle of 280.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A34ECB is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 78 | 203 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.20 |
| HSL | 280.8º | 0.55% | 0.55% | - |
| HSV(B) | 280.8º | 0.62% | 0.8% | - |
| XYZ | 28.61 | 17.55 | 58.38 | - |
| YUV | 117.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 203 | 0.20 | 0.62 | 0 | 0.20 | 280.8 | 0.55 | 0.55 |
| Hex | A3 | 4E | CB | 14 | 3E | 0 | 14 | 119 | 37 | 37 |
| Octal | 243 | 116 | 313 | 24 | 76 | 0 | 24 | 431 | 67 | 67 |
| Binary | 10100011 | 1001110 | 11001011 | 10100 | 111110 | 0 | 10100 | 100011001 | 110111 | 110111 |
Color Harmonies of #A34ECB
Complementary color
Monochromatic Colors of #A34ECB
Black with #A34ECB
Text Example
Text Example
White with #A34ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34ECB; }
p { color: rgb(163,78,203); }
H1.HeaderClassName
{
color: #A34ECB;
}
.AnyTagClassName
{
color: #A34ECB;
}
</style>
background-color css
<style>
a { background-color: #A34ECB; }
a { background-color: rgb(163,78,203); }
div.DivClassName
{
background-color: #A34ECB;
}
.BgClassName
{
background-color: #A34ECB;
}
</style>
border-color css
<style>
span { border-color: #A34ECB; }
span { border-color: rgb(163,78,203); }
td.TdClassName
{
border-color: #A34ECB;
}
.TagClassName
{
border-color: #A34ECB;
}
</style>