Shades of Deep Lilac #A34ACB
Tints of Deep Lilac #A34ACB
RGB
CMYK
RGB Variations
Color information
#A34ACB (or 0xA34ACB) is known color: Deep Lilac. HEX triplet: A3, 4A and CB. RGB value is (163,74,203). Sum of RGB (Red+Green+Blue) = 163+74+203=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #A34ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34ACB is #5CB534. Grayscale: #727272. Windows color (decimal): -6075701 or 13322915. OLE color: 13322915.
HSL color Cylindrical-coordinate representation of color #A34ACB: hue angle of 281.4º degrees, saturation: 0.55, 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 #A34ACB is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 74 | 203 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.20 |
| HSL | 281.4º | 0.55% | 0.54% | - |
| HSV(B) | 281.4º | 0.64% | 0.8% | - |
| XYZ | 28.33 | 17 | 58.29 | - |
| YUV | 115.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 203 | 0.20 | 0.64 | 0 | 0.20 | 281.4 | 0.55 | 0.54 |
| Hex | A3 | 4A | CB | 14 | 40 | 0 | 14 | 119 | 37 | 36 |
| Octal | 243 | 112 | 313 | 24 | 100 | 0 | 24 | 431 | 67 | 66 |
| Binary | 10100011 | 1001010 | 11001011 | 10100 | 1000000 | 0 | 10100 | 100011001 | 110111 | 110110 |
Color Harmonies of #A34ACB
Complementary color
Monochromatic Colors of #A34ACB
Black with #A34ACB
Text Example
Text Example
White with #A34ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34ACB; }
p { color: rgb(163,74,203); }
H1.HeaderClassName
{
color: #A34ACB;
}
.AnyTagClassName
{
color: #A34ACB;
}
</style>
background-color css
<style>
a { background-color: #A34ACB; }
a { background-color: rgb(163,74,203); }
div.DivClassName
{
background-color: #A34ACB;
}
.BgClassName
{
background-color: #A34ACB;
}
</style>
border-color css
<style>
span { border-color: #A34ACB; }
span { border-color: rgb(163,74,203); }
td.TdClassName
{
border-color: #A34ACB;
}
.TagClassName
{
border-color: #A34ACB;
}
</style>