Shades of Deep Lilac #A34AC3
Tints of Deep Lilac #A34AC3
RGB
CMYK
RGB Variations
Color information
#A34AC3 (or 0xA34AC3) is known color: Deep Lilac. HEX triplet: A3, 4A and C3. RGB value is (163,74,195). Sum of RGB (Red+Green+Blue) = 163+74+195=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #A34AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34AC3 is #5CB53C. Grayscale: #727272. Windows color (decimal): -6075709 or 12798627. OLE color: 12798627.
HSL color Cylindrical-coordinate representation of color #A34AC3: hue angle of 284.13º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A34AC3 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 74 | 195 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.24 |
| HSL | 284.13º | 0.5% | 0.53% | - |
| HSV(B) | 284.13º | 0.62% | 0.76% | - |
| XYZ | 27.4 | 16.62 | 53.39 | - |
| YUV | 114.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 195 | 0.16 | 0.62 | 0 | 0.24 | 284.13 | 0.5 | 0.53 |
| Hex | A3 | 4A | C3 | 10 | 3E | 0 | 18 | 11C | 32 | 35 |
| Octal | 243 | 112 | 303 | 20 | 76 | 0 | 30 | 434 | 62 | 65 |
| Binary | 10100011 | 1001010 | 11000011 | 10000 | 111110 | 0 | 11000 | 100011100 | 110010 | 110101 |
Color Harmonies of #A34AC3
Complementary color
Monochromatic Colors of #A34AC3
Black with #A34AC3
Text Example
Text Example
White with #A34AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34AC3; }
p { color: rgb(163,74,195); }
H1.HeaderClassName
{
color: #A34AC3;
}
.AnyTagClassName
{
color: #A34AC3;
}
</style>
background-color css
<style>
a { background-color: #A34AC3; }
a { background-color: rgb(163,74,195); }
div.DivClassName
{
background-color: #A34AC3;
}
.BgClassName
{
background-color: #A34AC3;
}
</style>
border-color css
<style>
span { border-color: #A34AC3; }
span { border-color: rgb(163,74,195); }
td.TdClassName
{
border-color: #A34AC3;
}
.TagClassName
{
border-color: #A34AC3;
}
</style>