Shades of Deep Lilac #A34CCC
Tints of Deep Lilac #A34CCC
RGB
CMYK
RGB Variations
Color information
#A34CCC (or 0xA34CCC) is known color: Deep Lilac. HEX triplet: A3, 4C and CC. RGB value is (163,76,204). Sum of RGB (Red+Green+Blue) = 163+76+204=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #A34CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CCC is #5CB333. Grayscale: #747474. Windows color (decimal): -6075188 or 13388963. OLE color: 13388963.
HSL color Cylindrical-coordinate representation of color #A34CCC: hue angle of 280.78º degrees, saturation: 0.56, 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 #A34CCC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 76 | 204 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.2 |
| HSL | 280.78º | 0.56% | 0.55% | - |
| HSV(B) | 280.78º | 0.63% | 0.8% | - |
| XYZ | 28.59 | 17.32 | 58.96 | - |
| YUV | 116.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 204 | 0.20 | 0.63 | 0 | 0.2 | 280.78 | 0.56 | 0.55 |
| Hex | A3 | 4C | CC | 14 | 3F | 0 | 14 | 119 | 38 | 37 |
| Octal | 243 | 114 | 314 | 24 | 77 | 0 | 24 | 431 | 70 | 67 |
| Binary | 10100011 | 1001100 | 11001100 | 10100 | 111111 | 0 | 10100 | 100011001 | 111000 | 110111 |
Color Harmonies of #A34CCC
Complementary color
Monochromatic Colors of #A34CCC
Black with #A34CCC
Text Example
Text Example
White with #A34CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CCC; }
p { color: rgb(163,76,204); }
H1.HeaderClassName
{
color: #A34CCC;
}
.AnyTagClassName
{
color: #A34CCC;
}
</style>
background-color css
<style>
a { background-color: #A34CCC; }
a { background-color: rgb(163,76,204); }
div.DivClassName
{
background-color: #A34CCC;
}
.BgClassName
{
background-color: #A34CCC;
}
</style>
border-color css
<style>
span { border-color: #A34CCC; }
span { border-color: rgb(163,76,204); }
td.TdClassName
{
border-color: #A34CCC;
}
.TagClassName
{
border-color: #A34CCC;
}
</style>