Shades of Deep Lilac #A25DBA
Tints of Deep Lilac #A25DBA
RGB
CMYK
RGB Variations
Color information
#A25DBA (or 0xA25DBA) is known color: Deep Lilac. HEX triplet: A2, 5D and BA. RGB value is (162,93,186). Sum of RGB (Red+Green+Blue) = 162+93+186=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DBA is #5DA245. Grayscale: #7B7B7B. Windows color (decimal): -6136390 or 12213666. OLE color: 12213666.
HSL color Cylindrical-coordinate representation of color #A25DBA: hue angle of 284.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25DBA is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 93 | 186 | - |
| CMYK | 0.13 | 0.5 | 0 | 0.27 |
| HSL | 284.52º | 0.4% | 0.55% | - |
| HSV(B) | 284.52º | 0.5% | 0.73% | - |
| XYZ | 27.68 | 19.06 | 48.67 | - |
| YUV | 124.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 186 | 0.13 | 0.5 | 0 | 0.27 | 284.52 | 0.4 | 0.55 |
| Hex | A2 | 5D | BA | D | 32 | 0 | 1B | 11D | 28 | 37 |
| Octal | 242 | 135 | 272 | 15 | 62 | 0 | 33 | 435 | 50 | 67 |
| Binary | 10100010 | 1011101 | 10111010 | 1101 | 110010 | 0 | 11011 | 100011101 | 101000 | 110111 |
Color Harmonies of #A25DBA
Complementary color
Monochromatic Colors of #A25DBA
Black with #A25DBA
Text Example
Text Example
White with #A25DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DBA; }
p { color: rgb(162,93,186); }
H1.HeaderClassName
{
color: #A25DBA;
}
.AnyTagClassName
{
color: #A25DBA;
}
</style>
background-color css
<style>
a { background-color: #A25DBA; }
a { background-color: rgb(162,93,186); }
div.DivClassName
{
background-color: #A25DBA;
}
.BgClassName
{
background-color: #A25DBA;
}
</style>
border-color css
<style>
span { border-color: #A25DBA; }
span { border-color: rgb(162,93,186); }
td.TdClassName
{
border-color: #A25DBA;
}
.TagClassName
{
border-color: #A25DBA;
}
</style>