Shades of Deep Lilac #A23AAC
Tints of Deep Lilac #A23AAC
RGB
CMYK
RGB Variations
Color information
#A23AAC (or 0xA23AAC) is known color: Deep Lilac. HEX triplet: A2, 3A and AC. RGB value is (162,58,172). Sum of RGB (Red+Green+Blue) = 162+58+172=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #A23AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23AAC is #5DC553. Grayscale: #656565. Windows color (decimal): -6145364 or 11287202. OLE color: 11287202.
HSL color Cylindrical-coordinate representation of color #A23AAC: hue angle of 294.74º degrees, saturation: 0.5, 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 #A23AAC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 58 | 172 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.33 |
| HSL | 294.74º | 0.5% | 0.45% | - |
| HSV(B) | 294.74º | 0.66% | 0.67% | - |
| XYZ | 23.86 | 13.69 | 40.41 | - |
| YUV | 102.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 172 | 0.06 | 0.66 | 0 | 0.33 | 294.74 | 0.5 | 0.45 |
| Hex | A2 | 3A | AC | 6 | 42 | 0 | 21 | 127 | 32 | 2D |
| Octal | 242 | 72 | 254 | 6 | 102 | 0 | 41 | 447 | 62 | 55 |
| Binary | 10100010 | 111010 | 10101100 | 110 | 1000010 | 0 | 100001 | 100100111 | 110010 | 101101 |
Color Harmonies of #A23AAC
Complementary color
Monochromatic Colors of #A23AAC
Black with #A23AAC
Text Example
Text Example
White with #A23AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AAC; }
p { color: rgb(162,58,172); }
H1.HeaderClassName
{
color: #A23AAC;
}
.AnyTagClassName
{
color: #A23AAC;
}
</style>
background-color css
<style>
a { background-color: #A23AAC; }
a { background-color: rgb(162,58,172); }
div.DivClassName
{
background-color: #A23AAC;
}
.BgClassName
{
background-color: #A23AAC;
}
</style>
border-color css
<style>
span { border-color: #A23AAC; }
span { border-color: rgb(162,58,172); }
td.TdClassName
{
border-color: #A23AAC;
}
.TagClassName
{
border-color: #A23AAC;
}
</style>