Shades of Deep Lilac #A34BCE
Tints of Deep Lilac #A34BCE
RGB
CMYK
RGB Variations
Color information
#A34BCE (or 0xA34BCE) is known color: Deep Lilac. HEX triplet: A3, 4B and CE. RGB value is (163,75,206). Sum of RGB (Red+Green+Blue) = 163+75+206=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A34BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BCE is #5CB431. Grayscale: #737373. Windows color (decimal): -6075442 or 13519779. OLE color: 13519779.
HSL color Cylindrical-coordinate representation of color #A34BCE: hue angle of 280.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A34BCE is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 75 | 206 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.19 |
| HSL | 280.31º | 0.57% | 0.55% | - |
| HSV(B) | 280.31º | 0.64% | 0.81% | - |
| XYZ | 28.76 | 17.27 | 60.21 | - |
| YUV | 116.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 206 | 0.21 | 0.64 | 0 | 0.19 | 280.31 | 0.57 | 0.55 |
| Hex | A3 | 4B | CE | 15 | 40 | 0 | 13 | 118 | 39 | 37 |
| Octal | 243 | 113 | 316 | 25 | 100 | 0 | 23 | 430 | 71 | 67 |
| Binary | 10100011 | 1001011 | 11001110 | 10101 | 1000000 | 0 | 10011 | 100011000 | 111001 | 110111 |
Color Harmonies of #A34BCE
Complementary color
Monochromatic Colors of #A34BCE
Black with #A34BCE
Text Example
Text Example
White with #A34BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BCE; }
p { color: rgb(163,75,206); }
H1.HeaderClassName
{
color: #A34BCE;
}
.AnyTagClassName
{
color: #A34BCE;
}
</style>
background-color css
<style>
a { background-color: #A34BCE; }
a { background-color: rgb(163,75,206); }
div.DivClassName
{
background-color: #A34BCE;
}
.BgClassName
{
background-color: #A34BCE;
}
</style>
border-color css
<style>
span { border-color: #A34BCE; }
span { border-color: rgb(163,75,206); }
td.TdClassName
{
border-color: #A34BCE;
}
.TagClassName
{
border-color: #A34BCE;
}
</style>