Shades of Deep Lilac #A23FAC
Tints of Deep Lilac #A23FAC
RGB
CMYK
RGB Variations
Color information
#A23FAC (or 0xA23FAC) is known color: Deep Lilac. HEX triplet: A2, 3F and AC. RGB value is (162,63,172). Sum of RGB (Red+Green+Blue) = 162+63+172=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #A23FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23FAC is #5DC053. Grayscale: #686868. Windows color (decimal): -6144084 or 11288482. OLE color: 11288482.
HSL color Cylindrical-coordinate representation of color #A23FAC: hue angle of 294.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23FAC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 63 | 172 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.33 |
| HSL | 294.5º | 0.46% | 0.46% | - |
| HSV(B) | 294.5º | 0.63% | 0.67% | - |
| XYZ | 24.12 | 14.21 | 40.5 | - |
| YUV | 105.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 172 | 0.06 | 0.63 | 0 | 0.33 | 294.5 | 0.46 | 0.46 |
| Hex | A2 | 3F | AC | 6 | 3F | 0 | 21 | 126 | 2E | 2E |
| Octal | 242 | 77 | 254 | 6 | 77 | 0 | 41 | 446 | 56 | 56 |
| Binary | 10100010 | 111111 | 10101100 | 110 | 111111 | 0 | 100001 | 100100110 | 101110 | 101110 |
Color Harmonies of #A23FAC
Complementary color
Monochromatic Colors of #A23FAC
Black with #A23FAC
Text Example
Text Example
White with #A23FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FAC; }
p { color: rgb(162,63,172); }
H1.HeaderClassName
{
color: #A23FAC;
}
.AnyTagClassName
{
color: #A23FAC;
}
</style>
background-color css
<style>
a { background-color: #A23FAC; }
a { background-color: rgb(162,63,172); }
div.DivClassName
{
background-color: #A23FAC;
}
.BgClassName
{
background-color: #A23FAC;
}
</style>
border-color css
<style>
span { border-color: #A23FAC; }
span { border-color: rgb(162,63,172); }
td.TdClassName
{
border-color: #A23FAC;
}
.TagClassName
{
border-color: #A23FAC;
}
</style>