Shades of Deep Lilac #A23BAB
Tints of Deep Lilac #A23BAB
RGB
CMYK
RGB Variations
Color information
#A23BAB (or 0xA23BAB) is known color: Deep Lilac. HEX triplet: A2, 3B and AB. RGB value is (162,59,171). Sum of RGB (Red+Green+Blue) = 162+59+171=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #A23BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BAB is #5DC454. Grayscale: #666666. Windows color (decimal): -6145109 or 11221922. OLE color: 11221922.
HSL color Cylindrical-coordinate representation of color #A23BAB: hue angle of 295.18º degrees, saturation: 0.49, 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 #A23BAB is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 59 | 171 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.33 |
| HSL | 295.18º | 0.49% | 0.45% | - |
| HSV(B) | 295.18º | 0.65% | 0.67% | - |
| XYZ | 23.81 | 13.75 | 39.93 | - |
| YUV | 102.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 171 | 0.05 | 0.65 | 0 | 0.33 | 295.18 | 0.49 | 0.45 |
| Hex | A2 | 3B | AB | 5 | 41 | 0 | 21 | 127 | 31 | 2D |
| Octal | 242 | 73 | 253 | 5 | 101 | 0 | 41 | 447 | 61 | 55 |
| Binary | 10100010 | 111011 | 10101011 | 101 | 1000001 | 0 | 100001 | 100100111 | 110001 | 101101 |
Color Harmonies of #A23BAB
Complementary color
Monochromatic Colors of #A23BAB
Black with #A23BAB
Text Example
Text Example
White with #A23BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BAB; }
p { color: rgb(162,59,171); }
H1.HeaderClassName
{
color: #A23BAB;
}
.AnyTagClassName
{
color: #A23BAB;
}
</style>
background-color css
<style>
a { background-color: #A23BAB; }
a { background-color: rgb(162,59,171); }
div.DivClassName
{
background-color: #A23BAB;
}
.BgClassName
{
background-color: #A23BAB;
}
</style>
border-color css
<style>
span { border-color: #A23BAB; }
span { border-color: rgb(162,59,171); }
td.TdClassName
{
border-color: #A23BAB;
}
.TagClassName
{
border-color: #A23BAB;
}
</style>