Shades of Deep Lilac #A23FB9
Tints of Deep Lilac #A23FB9
RGB
CMYK
RGB Variations
Color information
#A23FB9 (or 0xA23FB9) is known color: Deep Lilac. HEX triplet: A2, 3F and B9. RGB value is (162,63,185). Sum of RGB (Red+Green+Blue) = 162+63+185=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #A23FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FB9 is #5DC046. Grayscale: #6A6A6A. Windows color (decimal): -6144071 or 12140450. OLE color: 12140450.
HSL color Cylindrical-coordinate representation of color #A23FB9: hue angle of 288.69º 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 #A23FB9 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 63 | 185 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.27 |
| HSL | 288.69º | 0.49% | 0.49% | - |
| HSV(B) | 288.69º | 0.66% | 0.73% | - |
| XYZ | 25.43 | 14.74 | 47.4 | - |
| YUV | 106.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 185 | 0.12 | 0.66 | 0 | 0.27 | 288.69 | 0.49 | 0.49 |
| Hex | A2 | 3F | B9 | C | 42 | 0 | 1B | 121 | 31 | 31 |
| Octal | 242 | 77 | 271 | 14 | 102 | 0 | 33 | 441 | 61 | 61 |
| Binary | 10100010 | 111111 | 10111001 | 1100 | 1000010 | 0 | 11011 | 100100001 | 110001 | 110001 |
Color Harmonies of #A23FB9
Complementary color
Monochromatic Colors of #A23FB9
Black with #A23FB9
Text Example
Text Example
White with #A23FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FB9; }
p { color: rgb(162,63,185); }
H1.HeaderClassName
{
color: #A23FB9;
}
.AnyTagClassName
{
color: #A23FB9;
}
</style>
background-color css
<style>
a { background-color: #A23FB9; }
a { background-color: rgb(162,63,185); }
div.DivClassName
{
background-color: #A23FB9;
}
.BgClassName
{
background-color: #A23FB9;
}
</style>
border-color css
<style>
span { border-color: #A23FB9; }
span { border-color: rgb(162,63,185); }
td.TdClassName
{
border-color: #A23FB9;
}
.TagClassName
{
border-color: #A23FB9;
}
</style>