Shades of Deep Lilac #A34CCB
Tints of Deep Lilac #A34CCB
RGB
CMYK
RGB Variations
Color information
#A34CCB (or 0xA34CCB) is known color: Deep Lilac. HEX triplet: A3, 4C and CB. RGB value is (163,76,203). Sum of RGB (Red+Green+Blue) = 163+76+203=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #A34CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CCB is #5CB334. Grayscale: #747474. Windows color (decimal): -6075189 or 13323427. OLE color: 13323427.
HSL color Cylindrical-coordinate representation of color #A34CCB: hue angle of 281.1º 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 #A34CCB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 76 | 203 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.20 |
| HSL | 281.1º | 0.55% | 0.55% | - |
| HSV(B) | 281.1º | 0.63% | 0.8% | - |
| XYZ | 28.47 | 17.27 | 58.33 | - |
| YUV | 116.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 203 | 0.20 | 0.63 | 0 | 0.20 | 281.1 | 0.55 | 0.55 |
| Hex | A3 | 4C | CB | 14 | 3F | 0 | 14 | 119 | 37 | 37 |
| Octal | 243 | 114 | 313 | 24 | 77 | 0 | 24 | 431 | 67 | 67 |
| Binary | 10100011 | 1001100 | 11001011 | 10100 | 111111 | 0 | 10100 | 100011001 | 110111 | 110111 |
Color Harmonies of #A34CCB
Complementary color
Monochromatic Colors of #A34CCB
Black with #A34CCB
Text Example
Text Example
White with #A34CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CCB; }
p { color: rgb(163,76,203); }
H1.HeaderClassName
{
color: #A34CCB;
}
.AnyTagClassName
{
color: #A34CCB;
}
</style>
background-color css
<style>
a { background-color: #A34CCB; }
a { background-color: rgb(163,76,203); }
div.DivClassName
{
background-color: #A34CCB;
}
.BgClassName
{
background-color: #A34CCB;
}
</style>
border-color css
<style>
span { border-color: #A34CCB; }
span { border-color: rgb(163,76,203); }
td.TdClassName
{
border-color: #A34CCB;
}
.TagClassName
{
border-color: #A34CCB;
}
</style>