Shades of Deep Lilac #A23DB0
Tints of Deep Lilac #A23DB0
RGB
CMYK
RGB Variations
Color information
#A23DB0 (or 0xA23DB0) is known color: Deep Lilac. HEX triplet: A2, 3D and B0. RGB value is (162,61,176). Sum of RGB (Red+Green+Blue) = 162+61+176=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #A23DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23DB0 is #5DC24F. Grayscale: #676767. Windows color (decimal): -6144592 or 11550114. OLE color: 11550114.
HSL color Cylindrical-coordinate representation of color #A23DB0: hue angle of 292.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23DB0 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 61 | 176 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.31 |
| HSL | 292.7º | 0.49% | 0.46% | - |
| HSV(B) | 292.7º | 0.65% | 0.69% | - |
| XYZ | 24.41 | 14.15 | 42.52 | - |
| YUV | 104.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 176 | 0.08 | 0.65 | 0 | 0.31 | 292.7 | 0.49 | 0.46 |
| Hex | A2 | 3D | B0 | 8 | 41 | 0 | 1F | 125 | 31 | 2E |
| Octal | 242 | 75 | 260 | 10 | 101 | 0 | 37 | 445 | 61 | 56 |
| Binary | 10100010 | 111101 | 10110000 | 1000 | 1000001 | 0 | 11111 | 100100101 | 110001 | 101110 |
Color Harmonies of #A23DB0
Complementary color
Monochromatic Colors of #A23DB0
Black with #A23DB0
Text Example
Text Example
White with #A23DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DB0; }
p { color: rgb(162,61,176); }
H1.HeaderClassName
{
color: #A23DB0;
}
.AnyTagClassName
{
color: #A23DB0;
}
</style>
background-color css
<style>
a { background-color: #A23DB0; }
a { background-color: rgb(162,61,176); }
div.DivClassName
{
background-color: #A23DB0;
}
.BgClassName
{
background-color: #A23DB0;
}
</style>
border-color css
<style>
span { border-color: #A23DB0; }
span { border-color: rgb(162,61,176); }
td.TdClassName
{
border-color: #A23DB0;
}
.TagClassName
{
border-color: #A23DB0;
}
</style>