Shades of Deep Lilac #A35FBA
Tints of Deep Lilac #A35FBA
RGB
CMYK
RGB Variations
Color information
#A35FBA (or 0xA35FBA) is known color: Deep Lilac. HEX triplet: A3, 5F and BA. RGB value is (163,95,186). Sum of RGB (Red+Green+Blue) = 163+95+186=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A35FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FBA is #5CA045. Grayscale: #7D7D7D. Windows color (decimal): -6070342 or 12214179. OLE color: 12214179.
HSL color Cylindrical-coordinate representation of color #A35FBA: hue angle of 284.84º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35FBA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 95 | 186 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.27 |
| HSL | 284.84º | 0.4% | 0.55% | - |
| HSV(B) | 284.84º | 0.49% | 0.73% | - |
| XYZ | 28.06 | 19.52 | 48.74 | - |
| YUV | 125.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 186 | 0.12 | 0.49 | 0 | 0.27 | 284.84 | 0.4 | 0.55 |
| Hex | A3 | 5F | BA | C | 31 | 0 | 1B | 11D | 28 | 37 |
| Octal | 243 | 137 | 272 | 14 | 61 | 0 | 33 | 435 | 50 | 67 |
| Binary | 10100011 | 1011111 | 10111010 | 1100 | 110001 | 0 | 11011 | 100011101 | 101000 | 110111 |
Color Harmonies of #A35FBA
Complementary color
Monochromatic Colors of #A35FBA
Black with #A35FBA
Text Example
Text Example
White with #A35FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35FBA; }
p { color: rgb(163,95,186); }
H1.HeaderClassName
{
color: #A35FBA;
}
.AnyTagClassName
{
color: #A35FBA;
}
</style>
background-color css
<style>
a { background-color: #A35FBA; }
a { background-color: rgb(163,95,186); }
div.DivClassName
{
background-color: #A35FBA;
}
.BgClassName
{
background-color: #A35FBA;
}
</style>
border-color css
<style>
span { border-color: #A35FBA; }
span { border-color: rgb(163,95,186); }
td.TdClassName
{
border-color: #A35FBA;
}
.TagClassName
{
border-color: #A35FBA;
}
</style>