Shades of Deep Lilac #A34BCB
Tints of Deep Lilac #A34BCB
RGB
CMYK
RGB Variations
Color information
#A34BCB (or 0xA34BCB) is known color: Deep Lilac. HEX triplet: A3, 4B and CB. RGB value is (163,75,203). Sum of RGB (Red+Green+Blue) = 163+75+203=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #A34BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BCB is #5CB434. Grayscale: #737373. Windows color (decimal): -6075445 or 13323171. OLE color: 13323171.
HSL color Cylindrical-coordinate representation of color #A34BCB: hue angle of 281.25º degrees, saturation: 0.55, 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 #A34BCB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 75 | 203 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.20 |
| HSL | 281.25º | 0.55% | 0.55% | - |
| HSV(B) | 281.25º | 0.63% | 0.8% | - |
| XYZ | 28.4 | 17.13 | 58.31 | - |
| YUV | 115.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 203 | 0.20 | 0.63 | 0 | 0.20 | 281.25 | 0.55 | 0.55 |
| Hex | A3 | 4B | CB | 14 | 3F | 0 | 14 | 119 | 37 | 37 |
| Octal | 243 | 113 | 313 | 24 | 77 | 0 | 24 | 431 | 67 | 67 |
| Binary | 10100011 | 1001011 | 11001011 | 10100 | 111111 | 0 | 10100 | 100011001 | 110111 | 110111 |
Color Harmonies of #A34BCB
Complementary color
Monochromatic Colors of #A34BCB
Black with #A34BCB
Text Example
Text Example
White with #A34BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BCB; }
p { color: rgb(163,75,203); }
H1.HeaderClassName
{
color: #A34BCB;
}
.AnyTagClassName
{
color: #A34BCB;
}
</style>
background-color css
<style>
a { background-color: #A34BCB; }
a { background-color: rgb(163,75,203); }
div.DivClassName
{
background-color: #A34BCB;
}
.BgClassName
{
background-color: #A34BCB;
}
</style>
border-color css
<style>
span { border-color: #A34BCB; }
span { border-color: rgb(163,75,203); }
td.TdClassName
{
border-color: #A34BCB;
}
.TagClassName
{
border-color: #A34BCB;
}
</style>