Shades of Deep Lilac #A23BAC
Tints of Deep Lilac #A23BAC
RGB
CMYK
RGB Variations
Color information
#A23BAC (or 0xA23BAC) is known color: Deep Lilac. HEX triplet: A2, 3B and AC. RGB value is (162,59,172). Sum of RGB (Red+Green+Blue) = 162+59+172=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #A23BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BAC is #5DC453. Grayscale: #666666. Windows color (decimal): -6145108 or 11287458. OLE color: 11287458.
HSL color Cylindrical-coordinate representation of color #A23BAC: hue angle of 294.69º 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 #A23BAC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 59 | 172 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.33 |
| HSL | 294.69º | 0.49% | 0.45% | - |
| HSV(B) | 294.69º | 0.66% | 0.67% | - |
| XYZ | 23.91 | 13.79 | 40.43 | - |
| YUV | 102.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 172 | 0.06 | 0.66 | 0 | 0.33 | 294.69 | 0.49 | 0.45 |
| Hex | A2 | 3B | AC | 6 | 42 | 0 | 21 | 127 | 31 | 2D |
| Octal | 242 | 73 | 254 | 6 | 102 | 0 | 41 | 447 | 61 | 55 |
| Binary | 10100010 | 111011 | 10101100 | 110 | 1000010 | 0 | 100001 | 100100111 | 110001 | 101101 |
Color Harmonies of #A23BAC
Complementary color
Monochromatic Colors of #A23BAC
Black with #A23BAC
Text Example
Text Example
White with #A23BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BAC; }
p { color: rgb(162,59,172); }
H1.HeaderClassName
{
color: #A23BAC;
}
.AnyTagClassName
{
color: #A23BAC;
}
</style>
background-color css
<style>
a { background-color: #A23BAC; }
a { background-color: rgb(162,59,172); }
div.DivClassName
{
background-color: #A23BAC;
}
.BgClassName
{
background-color: #A23BAC;
}
</style>
border-color css
<style>
span { border-color: #A23BAC; }
span { border-color: rgb(162,59,172); }
td.TdClassName
{
border-color: #A23BAC;
}
.TagClassName
{
border-color: #A23BAC;
}
</style>