Shades of Deep Lilac #A23AAB
Tints of Deep Lilac #A23AAB
RGB
CMYK
RGB Variations
Color information
#A23AAB (or 0xA23AAB) is known color: Deep Lilac. HEX triplet: A2, 3A and AB. RGB value is (162,58,171). Sum of RGB (Red+Green+Blue) = 162+58+171=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A23AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23AAB is #5DC554. Grayscale: #656565. Windows color (decimal): -6145365 or 11221666. OLE color: 11221666.
HSL color Cylindrical-coordinate representation of color #A23AAB: hue angle of 295.22º 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 #A23AAB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 58 | 171 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.33 |
| HSL | 295.22º | 0.49% | 0.45% | - |
| HSV(B) | 295.22º | 0.66% | 0.67% | - |
| XYZ | 23.76 | 13.65 | 39.91 | - |
| YUV | 101.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 171 | 0.05 | 0.66 | 0 | 0.33 | 295.22 | 0.49 | 0.45 |
| Hex | A2 | 3A | AB | 5 | 42 | 0 | 21 | 127 | 31 | 2D |
| Octal | 242 | 72 | 253 | 5 | 102 | 0 | 41 | 447 | 61 | 55 |
| Binary | 10100010 | 111010 | 10101011 | 101 | 1000010 | 0 | 100001 | 100100111 | 110001 | 101101 |
Color Harmonies of #A23AAB
Complementary color
Monochromatic Colors of #A23AAB
Black with #A23AAB
Text Example
Text Example
White with #A23AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AAB; }
p { color: rgb(162,58,171); }
H1.HeaderClassName
{
color: #A23AAB;
}
.AnyTagClassName
{
color: #A23AAB;
}
</style>
background-color css
<style>
a { background-color: #A23AAB; }
a { background-color: rgb(162,58,171); }
div.DivClassName
{
background-color: #A23AAB;
}
.BgClassName
{
background-color: #A23AAB;
}
</style>
border-color css
<style>
span { border-color: #A23AAB; }
span { border-color: rgb(162,58,171); }
td.TdClassName
{
border-color: #A23AAB;
}
.TagClassName
{
border-color: #A23AAB;
}
</style>