Shades of Deep Lilac #A23BAD
Tints of Deep Lilac #A23BAD
RGB
CMYK
RGB Variations
Color information
#A23BAD (or 0xA23BAD) is known color: Deep Lilac. HEX triplet: A2, 3B and AD. RGB value is (162,59,173). Sum of RGB (Red+Green+Blue) = 162+59+173=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #A23BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BAD is #5DC452. Grayscale: #666666. Windows color (decimal): -6145107 or 11352994. OLE color: 11352994.
HSL color Cylindrical-coordinate representation of color #A23BAD: hue angle of 294.21º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A23BAD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 59 | 173 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.32 |
| HSL | 294.21º | 0.49% | 0.45% | - |
| HSV(B) | 294.21º | 0.66% | 0.68% | - |
| XYZ | 24.01 | 13.83 | 40.94 | - |
| YUV | 102.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 173 | 0.06 | 0.66 | 0 | 0.32 | 294.21 | 0.49 | 0.45 |
| Hex | A2 | 3B | AD | 6 | 42 | 0 | 20 | 126 | 31 | 2D |
| Octal | 242 | 73 | 255 | 6 | 102 | 0 | 40 | 446 | 61 | 55 |
| Binary | 10100010 | 111011 | 10101101 | 110 | 1000010 | 0 | 100000 | 100100110 | 110001 | 101101 |
Color Harmonies of #A23BAD
Complementary color
Monochromatic Colors of #A23BAD
Black with #A23BAD
Text Example
Text Example
White with #A23BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BAD; }
p { color: rgb(162,59,173); }
H1.HeaderClassName
{
color: #A23BAD;
}
.AnyTagClassName
{
color: #A23BAD;
}
</style>
background-color css
<style>
a { background-color: #A23BAD; }
a { background-color: rgb(162,59,173); }
div.DivClassName
{
background-color: #A23BAD;
}
.BgClassName
{
background-color: #A23BAD;
}
</style>
border-color css
<style>
span { border-color: #A23BAD; }
span { border-color: rgb(162,59,173); }
td.TdClassName
{
border-color: #A23BAD;
}
.TagClassName
{
border-color: #A23BAD;
}
</style>