Shades of Deep Lilac #A23FBA
Tints of Deep Lilac #A23FBA
RGB
CMYK
RGB Variations
Color information
#A23FBA (or 0xA23FBA) is known color: Deep Lilac. HEX triplet: A2, 3F and BA. RGB value is (162,63,186). Sum of RGB (Red+Green+Blue) = 162+63+186=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A23FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FBA is #5DC045. Grayscale: #6A6A6A. Windows color (decimal): -6144070 or 12205986. OLE color: 12205986.
HSL color Cylindrical-coordinate representation of color #A23FBA: hue angle of 288.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A23FBA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 63 | 186 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.27 |
| HSL | 288.29º | 0.49% | 0.49% | - |
| HSV(B) | 288.29º | 0.66% | 0.73% | - |
| XYZ | 25.54 | 14.78 | 47.96 | - |
| YUV | 106.62 | 172.8 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 186 | 0.13 | 0.66 | 0 | 0.27 | 288.29 | 0.49 | 0.49 |
| Hex | A2 | 3F | BA | D | 42 | 0 | 1B | 120 | 31 | 31 |
| Octal | 242 | 77 | 272 | 15 | 102 | 0 | 33 | 440 | 61 | 61 |
| Binary | 10100010 | 111111 | 10111010 | 1101 | 1000010 | 0 | 11011 | 100100000 | 110001 | 110001 |
Color Harmonies of #A23FBA
Complementary color
Monochromatic Colors of #A23FBA
Black with #A23FBA
Text Example
Text Example
White with #A23FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FBA; }
p { color: rgb(162,63,186); }
H1.HeaderClassName
{
color: #A23FBA;
}
.AnyTagClassName
{
color: #A23FBA;
}
</style>
background-color css
<style>
a { background-color: #A23FBA; }
a { background-color: rgb(162,63,186); }
div.DivClassName
{
background-color: #A23FBA;
}
.BgClassName
{
background-color: #A23FBA;
}
</style>
border-color css
<style>
span { border-color: #A23FBA; }
span { border-color: rgb(162,63,186); }
td.TdClassName
{
border-color: #A23FBA;
}
.TagClassName
{
border-color: #A23FBA;
}
</style>