Shades of Deep Lilac #A03AAA
Tints of Deep Lilac #A03AAA
RGB
CMYK
RGB Variations
Color information
#A03AAA (or 0xA03AAA) is known color: Deep Lilac. HEX triplet: A0, 3A and AA. RGB value is (160,58,170). Sum of RGB (Red+Green+Blue) = 160+58+170=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #A03AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AAA is #5FC555. Grayscale: #646464. Windows color (decimal): -6276438 or 11156128. OLE color: 11156128.
HSL color Cylindrical-coordinate representation of color #A03AAA: hue angle of 294.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03AAA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 58 | 170 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.33 |
| HSL | 294.64º | 0.49% | 0.45% | - |
| HSV(B) | 294.64º | 0.66% | 0.67% | - |
| XYZ | 23.27 | 13.4 | 39.39 | - |
| YUV | 101.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 170 | 0.06 | 0.66 | 0 | 0.33 | 294.64 | 0.49 | 0.45 |
| Hex | A0 | 3A | AA | 6 | 42 | 0 | 21 | 127 | 31 | 2D |
| Octal | 240 | 72 | 252 | 6 | 102 | 0 | 41 | 447 | 61 | 55 |
| Binary | 10100000 | 111010 | 10101010 | 110 | 1000010 | 0 | 100001 | 100100111 | 110001 | 101101 |
Color Harmonies of #A03AAA
Complementary color
Monochromatic Colors of #A03AAA
Black with #A03AAA
Text Example
Text Example
White with #A03AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03AAA; }
p { color: rgb(160,58,170); }
H1.HeaderClassName
{
color: #A03AAA;
}
.AnyTagClassName
{
color: #A03AAA;
}
</style>
background-color css
<style>
a { background-color: #A03AAA; }
a { background-color: rgb(160,58,170); }
div.DivClassName
{
background-color: #A03AAA;
}
.BgClassName
{
background-color: #A03AAA;
}
</style>
border-color css
<style>
span { border-color: #A03AAA; }
span { border-color: rgb(160,58,170); }
td.TdClassName
{
border-color: #A03AAA;
}
.TagClassName
{
border-color: #A03AAA;
}
</style>