Shades of Deep Lilac #A34CB3
Tints of Deep Lilac #A34CB3
RGB
CMYK
RGB Variations
Color information
#A34CB3 (or 0xA34CB3) is known color: Deep Lilac. HEX triplet: A3, 4C and B3. RGB value is (163,76,179). Sum of RGB (Red+Green+Blue) = 163+76+179=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #A34CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CB3 is #5CB34C. Grayscale: #717171. Windows color (decimal): -6075213 or 11750563. OLE color: 11750563.
HSL color Cylindrical-coordinate representation of color #A34CB3: hue angle of 290.68º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34CB3 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 76 | 179 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.30 |
| HSL | 290.68º | 0.4% | 0.5% | - |
| HSV(B) | 290.68º | 0.58% | 0.7% | - |
| XYZ | 25.83 | 16.21 | 44.42 | - |
| YUV | 113.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 179 | 0.09 | 0.58 | 0 | 0.30 | 290.68 | 0.4 | 0.5 |
| Hex | A3 | 4C | B3 | 9 | 3A | 0 | 1E | 123 | 28 | 32 |
| Octal | 243 | 114 | 263 | 11 | 72 | 0 | 36 | 443 | 50 | 62 |
| Binary | 10100011 | 1001100 | 10110011 | 1001 | 111010 | 0 | 11110 | 100100011 | 101000 | 110010 |
Color Harmonies of #A34CB3
Complementary color
Monochromatic Colors of #A34CB3
Black with #A34CB3
Text Example
Text Example
White with #A34CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CB3; }
p { color: rgb(163,76,179); }
H1.HeaderClassName
{
color: #A34CB3;
}
.AnyTagClassName
{
color: #A34CB3;
}
</style>
background-color css
<style>
a { background-color: #A34CB3; }
a { background-color: rgb(163,76,179); }
div.DivClassName
{
background-color: #A34CB3;
}
.BgClassName
{
background-color: #A34CB3;
}
</style>
border-color css
<style>
span { border-color: #A34CB3; }
span { border-color: rgb(163,76,179); }
td.TdClassName
{
border-color: #A34CB3;
}
.TagClassName
{
border-color: #A34CB3;
}
</style>