Shades of Deep Lilac #A34CCF
Tints of Deep Lilac #A34CCF
RGB
CMYK
RGB Variations
Color information
#A34CCF (or 0xA34CCF) is known color: Deep Lilac. HEX triplet: A3, 4C and CF. RGB value is (163,76,207). Sum of RGB (Red+Green+Blue) = 163+76+207=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #A34CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CCF is #5CB330. Grayscale: #747474. Windows color (decimal): -6075185 or 13585571. OLE color: 13585571.
HSL color Cylindrical-coordinate representation of color #A34CCF: hue angle of 279.85º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34CCF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 76 | 207 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.19 |
| HSL | 279.85º | 0.58% | 0.55% | - |
| HSV(B) | 279.85º | 0.63% | 0.81% | - |
| XYZ | 28.95 | 17.46 | 60.88 | - |
| YUV | 116.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 207 | 0.21 | 0.63 | 0 | 0.19 | 279.85 | 0.58 | 0.55 |
| Hex | A3 | 4C | CF | 15 | 3F | 0 | 13 | 118 | 3A | 37 |
| Octal | 243 | 114 | 317 | 25 | 77 | 0 | 23 | 430 | 72 | 67 |
| Binary | 10100011 | 1001100 | 11001111 | 10101 | 111111 | 0 | 10011 | 100011000 | 111010 | 110111 |
Color Harmonies of #A34CCF
Complementary color
Monochromatic Colors of #A34CCF
Black with #A34CCF
Text Example
Text Example
White with #A34CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CCF; }
p { color: rgb(163,76,207); }
H1.HeaderClassName
{
color: #A34CCF;
}
.AnyTagClassName
{
color: #A34CCF;
}
</style>
background-color css
<style>
a { background-color: #A34CCF; }
a { background-color: rgb(163,76,207); }
div.DivClassName
{
background-color: #A34CCF;
}
.BgClassName
{
background-color: #A34CCF;
}
</style>
border-color css
<style>
span { border-color: #A34CCF; }
span { border-color: rgb(163,76,207); }
td.TdClassName
{
border-color: #A34CCF;
}
.TagClassName
{
border-color: #A34CCF;
}
</style>