Shades of Deep Lilac #A33DAC
Tints of Deep Lilac #A33DAC
RGB
CMYK
RGB Variations
Color information
#A33DAC (or 0xA33DAC) is known color: Deep Lilac. HEX triplet: A3, 3D and AC. RGB value is (163,61,172). Sum of RGB (Red+Green+Blue) = 163+61+172=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #A33DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DAC is #5CC253. Grayscale: #676767. Windows color (decimal): -6079060 or 11287971. OLE color: 11287971.
HSL color Cylindrical-coordinate representation of color #A33DAC: hue angle of 295.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A33DAC is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 61 | 172 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.33 |
| HSL | 295.14º | 0.48% | 0.46% | - |
| HSV(B) | 295.14º | 0.65% | 0.67% | - |
| XYZ | 24.22 | 14.1 | 40.48 | - |
| YUV | 104.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 172 | 0.05 | 0.65 | 0 | 0.33 | 295.14 | 0.48 | 0.46 |
| Hex | A3 | 3D | AC | 5 | 41 | 0 | 21 | 127 | 30 | 2E |
| Octal | 243 | 75 | 254 | 5 | 101 | 0 | 41 | 447 | 60 | 56 |
| Binary | 10100011 | 111101 | 10101100 | 101 | 1000001 | 0 | 100001 | 100100111 | 110000 | 101110 |
Color Harmonies of #A33DAC
Complementary color
Monochromatic Colors of #A33DAC
Black with #A33DAC
Text Example
Text Example
White with #A33DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DAC; }
p { color: rgb(163,61,172); }
H1.HeaderClassName
{
color: #A33DAC;
}
.AnyTagClassName
{
color: #A33DAC;
}
</style>
background-color css
<style>
a { background-color: #A33DAC; }
a { background-color: rgb(163,61,172); }
div.DivClassName
{
background-color: #A33DAC;
}
.BgClassName
{
background-color: #A33DAC;
}
</style>
border-color css
<style>
span { border-color: #A33DAC; }
span { border-color: rgb(163,61,172); }
td.TdClassName
{
border-color: #A33DAC;
}
.TagClassName
{
border-color: #A33DAC;
}
</style>