Shades of Deep Lilac #A34FCB
Tints of Deep Lilac #A34FCB
RGB
CMYK
RGB Variations
Color information
#A34FCB (or 0xA34FCB) is known color: Deep Lilac. HEX triplet: A3, 4F and CB. RGB value is (163,79,203). Sum of RGB (Red+Green+Blue) = 163+79+203=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #A34FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FCB is #5CB034. Grayscale: #757575. Windows color (decimal): -6074421 or 13324195. OLE color: 13324195.
HSL color Cylindrical-coordinate representation of color #A34FCB: hue angle of 280.65º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34FCB is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 79 | 203 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.20 |
| HSL | 280.65º | 0.54% | 0.55% | - |
| HSV(B) | 280.65º | 0.61% | 0.8% | - |
| XYZ | 28.68 | 17.69 | 58.4 | - |
| YUV | 118.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 203 | 0.20 | 0.61 | 0 | 0.20 | 280.65 | 0.54 | 0.55 |
| Hex | A3 | 4F | CB | 14 | 3D | 0 | 14 | 119 | 36 | 37 |
| Octal | 243 | 117 | 313 | 24 | 75 | 0 | 24 | 431 | 66 | 67 |
| Binary | 10100011 | 1001111 | 11001011 | 10100 | 111101 | 0 | 10100 | 100011001 | 110110 | 110111 |
Color Harmonies of #A34FCB
Complementary color
Monochromatic Colors of #A34FCB
Black with #A34FCB
Text Example
Text Example
White with #A34FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FCB; }
p { color: rgb(163,79,203); }
H1.HeaderClassName
{
color: #A34FCB;
}
.AnyTagClassName
{
color: #A34FCB;
}
</style>
background-color css
<style>
a { background-color: #A34FCB; }
a { background-color: rgb(163,79,203); }
div.DivClassName
{
background-color: #A34FCB;
}
.BgClassName
{
background-color: #A34FCB;
}
</style>
border-color css
<style>
span { border-color: #A34FCB; }
span { border-color: rgb(163,79,203); }
td.TdClassName
{
border-color: #A34FCB;
}
.TagClassName
{
border-color: #A34FCB;
}
</style>