Shades of Deep Lilac #A83CB2
Tints of Deep Lilac #A83CB2
RGB
CMYK
RGB Variations
Color information
#A83CB2 (or 0xA83CB2) is known color: Deep Lilac. HEX triplet: A8, 3C and B2. RGB value is (168,60,178). Sum of RGB (Red+Green+Blue) = 168+60+178=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 178 - color contains mainly: blue. Hex color #A83CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CB2 is #57C34D. Grayscale: #696969. Windows color (decimal): -5751630 or 11680936. OLE color: 11680936.
HSL color Cylindrical-coordinate representation of color #A83CB2: hue angle of 294.92º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83CB2 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 60 | 178 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.30 |
| HSL | 294.92º | 0.5% | 0.47% | - |
| HSV(B) | 294.92º | 0.66% | 0.7% | - |
| XYZ | 25.8 | 14.77 | 43.61 | - |
| YUV | 105.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 178 | 0.06 | 0.66 | 0 | 0.30 | 294.92 | 0.5 | 0.47 |
| Hex | A8 | 3C | B2 | 6 | 42 | 0 | 1E | 127 | 32 | 2F |
| Octal | 250 | 74 | 262 | 6 | 102 | 0 | 36 | 447 | 62 | 57 |
| Binary | 10101000 | 111100 | 10110010 | 110 | 1000010 | 0 | 11110 | 100100111 | 110010 | 101111 |
Color Harmonies of #A83CB2
Complementary color
Monochromatic Colors of #A83CB2
Black with #A83CB2
Text Example
Text Example
White with #A83CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CB2; }
p { color: rgb(168,60,178); }
H1.HeaderClassName
{
color: #A83CB2;
}
.AnyTagClassName
{
color: #A83CB2;
}
</style>
background-color css
<style>
a { background-color: #A83CB2; }
a { background-color: rgb(168,60,178); }
div.DivClassName
{
background-color: #A83CB2;
}
.BgClassName
{
background-color: #A83CB2;
}
</style>
border-color css
<style>
span { border-color: #A83CB2; }
span { border-color: rgb(168,60,178); }
td.TdClassName
{
border-color: #A83CB2;
}
.TagClassName
{
border-color: #A83CB2;
}
</style>