Shades of Deep Lilac #A83DB1
Tints of Deep Lilac #A83DB1
RGB
CMYK
RGB Variations
Color information
#A83DB1 (or 0xA83DB1) is known color: Deep Lilac. HEX triplet: A8, 3D and B1. RGB value is (168,61,177). Sum of RGB (Red+Green+Blue) = 168+61+177=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #A83DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DB1 is #57C24E. Grayscale: #696969. Windows color (decimal): -5751375 or 11615656. OLE color: 11615656.
HSL color Cylindrical-coordinate representation of color #A83DB1: hue angle of 295.34º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83DB1 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 61 | 177 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.31 |
| HSL | 295.34º | 0.49% | 0.47% | - |
| HSV(B) | 295.34º | 0.66% | 0.69% | - |
| XYZ | 25.75 | 14.84 | 43.1 | - |
| YUV | 106.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 177 | 0.05 | 0.66 | 0 | 0.31 | 295.34 | 0.49 | 0.47 |
| Hex | A8 | 3D | B1 | 5 | 42 | 0 | 1F | 127 | 31 | 2F |
| Octal | 250 | 75 | 261 | 5 | 102 | 0 | 37 | 447 | 61 | 57 |
| Binary | 10101000 | 111101 | 10110001 | 101 | 1000010 | 0 | 11111 | 100100111 | 110001 | 101111 |
Color Harmonies of #A83DB1
Complementary color
Monochromatic Colors of #A83DB1
Black with #A83DB1
Text Example
Text Example
White with #A83DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DB1; }
p { color: rgb(168,61,177); }
H1.HeaderClassName
{
color: #A83DB1;
}
.AnyTagClassName
{
color: #A83DB1;
}
</style>
background-color css
<style>
a { background-color: #A83DB1; }
a { background-color: rgb(168,61,177); }
div.DivClassName
{
background-color: #A83DB1;
}
.BgClassName
{
background-color: #A83DB1;
}
</style>
border-color css
<style>
span { border-color: #A83DB1; }
span { border-color: rgb(168,61,177); }
td.TdClassName
{
border-color: #A83DB1;
}
.TagClassName
{
border-color: #A83DB1;
}
</style>