Shades of Deep Lilac #A03BAE
Tints of Deep Lilac #A03BAE
RGB
CMYK
RGB Variations
Color information
#A03BAE (or 0xA03BAE) is known color: Deep Lilac. HEX triplet: A0, 3B and AE. RGB value is (160,59,174). Sum of RGB (Red+Green+Blue) = 160+59+174=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #A03BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BAE is #5FC451. Grayscale: #656565. Windows color (decimal): -6276178 or 11418528. OLE color: 11418528.
HSL color Cylindrical-coordinate representation of color #A03BAE: hue angle of 292.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03BAE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 59 | 174 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.32 |
| HSL | 292.7º | 0.49% | 0.46% | - |
| HSV(B) | 292.7º | 0.66% | 0.68% | - |
| XYZ | 23.7 | 13.66 | 41.43 | - |
| YUV | 102.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 174 | 0.08 | 0.66 | 0 | 0.32 | 292.7 | 0.49 | 0.46 |
| Hex | A0 | 3B | AE | 8 | 42 | 0 | 20 | 125 | 31 | 2E |
| Octal | 240 | 73 | 256 | 10 | 102 | 0 | 40 | 445 | 61 | 56 |
| Binary | 10100000 | 111011 | 10101110 | 1000 | 1000010 | 0 | 100000 | 100100101 | 110001 | 101110 |
Color Harmonies of #A03BAE
Complementary color
Monochromatic Colors of #A03BAE
Black with #A03BAE
Text Example
Text Example
White with #A03BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BAE; }
p { color: rgb(160,59,174); }
H1.HeaderClassName
{
color: #A03BAE;
}
.AnyTagClassName
{
color: #A03BAE;
}
</style>
background-color css
<style>
a { background-color: #A03BAE; }
a { background-color: rgb(160,59,174); }
div.DivClassName
{
background-color: #A03BAE;
}
.BgClassName
{
background-color: #A03BAE;
}
</style>
border-color css
<style>
span { border-color: #A03BAE; }
span { border-color: rgb(160,59,174); }
td.TdClassName
{
border-color: #A03BAE;
}
.TagClassName
{
border-color: #A03BAE;
}
</style>