Shades of Deep Lilac #A23CAC
Tints of Deep Lilac #A23CAC
RGB
CMYK
RGB Variations
Color information
#A23CAC (or 0xA23CAC) is known color: Deep Lilac. HEX triplet: A2, 3C and AC. RGB value is (162,60,172). Sum of RGB (Red+Green+Blue) = 162+60+172=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #A23CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23CAC is #5DC353. Grayscale: #666666. Windows color (decimal): -6144852 or 11287714. OLE color: 11287714.
HSL color Cylindrical-coordinate representation of color #A23CAC: hue angle of 294.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23CAC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 60 | 172 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.33 |
| HSL | 294.64º | 0.48% | 0.45% | - |
| HSV(B) | 294.64º | 0.65% | 0.67% | - |
| XYZ | 23.96 | 13.89 | 40.45 | - |
| YUV | 103.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 172 | 0.06 | 0.65 | 0 | 0.33 | 294.64 | 0.48 | 0.45 |
| Hex | A2 | 3C | AC | 6 | 41 | 0 | 21 | 127 | 30 | 2D |
| Octal | 242 | 74 | 254 | 6 | 101 | 0 | 41 | 447 | 60 | 55 |
| Binary | 10100010 | 111100 | 10101100 | 110 | 1000001 | 0 | 100001 | 100100111 | 110000 | 101101 |
Color Harmonies of #A23CAC
Complementary color
Monochromatic Colors of #A23CAC
Black with #A23CAC
Text Example
Text Example
White with #A23CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CAC; }
p { color: rgb(162,60,172); }
H1.HeaderClassName
{
color: #A23CAC;
}
.AnyTagClassName
{
color: #A23CAC;
}
</style>
background-color css
<style>
a { background-color: #A23CAC; }
a { background-color: rgb(162,60,172); }
div.DivClassName
{
background-color: #A23CAC;
}
.BgClassName
{
background-color: #A23CAC;
}
</style>
border-color css
<style>
span { border-color: #A23CAC; }
span { border-color: rgb(162,60,172); }
td.TdClassName
{
border-color: #A23CAC;
}
.TagClassName
{
border-color: #A23CAC;
}
</style>