Shades of Deep Lilac #A93FBA
Tints of Deep Lilac #A93FBA
RGB
CMYK
RGB Variations
Color information
#A93FBA (or 0xA93FBA) is known color: Deep Lilac. HEX triplet: A9, 3F and BA. RGB value is (169,63,186). Sum of RGB (Red+Green+Blue) = 169+63+186=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #A93FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FBA is #56C045. Grayscale: #6C6C6C. Windows color (decimal): -5685318 or 12205993. OLE color: 12205993.
HSL color Cylindrical-coordinate representation of color #A93FBA: hue angle of 291.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93FBA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 63 | 186 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.27 |
| HSL | 291.71º | 0.49% | 0.49% | - |
| HSV(B) | 291.71º | 0.66% | 0.73% | - |
| XYZ | 27 | 15.54 | 48.03 | - |
| YUV | 108.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 186 | 0.09 | 0.66 | 0 | 0.27 | 291.71 | 0.49 | 0.49 |
| Hex | A9 | 3F | BA | 9 | 42 | 0 | 1B | 124 | 31 | 31 |
| Octal | 251 | 77 | 272 | 11 | 102 | 0 | 33 | 444 | 61 | 61 |
| Binary | 10101001 | 111111 | 10111010 | 1001 | 1000010 | 0 | 11011 | 100100100 | 110001 | 110001 |
Color Harmonies of #A93FBA
Complementary color
Monochromatic Colors of #A93FBA
Black with #A93FBA
Text Example
Text Example
White with #A93FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FBA; }
p { color: rgb(169,63,186); }
H1.HeaderClassName
{
color: #A93FBA;
}
.AnyTagClassName
{
color: #A93FBA;
}
</style>
background-color css
<style>
a { background-color: #A93FBA; }
a { background-color: rgb(169,63,186); }
div.DivClassName
{
background-color: #A93FBA;
}
.BgClassName
{
background-color: #A93FBA;
}
</style>
border-color css
<style>
span { border-color: #A93FBA; }
span { border-color: rgb(169,63,186); }
td.TdClassName
{
border-color: #A93FBA;
}
.TagClassName
{
border-color: #A93FBA;
}
</style>