Shades of Deep Lilac #A25CBA
Tints of Deep Lilac #A25CBA
RGB
CMYK
RGB Variations
Color information
#A25CBA (or 0xA25CBA) is known color: Deep Lilac. HEX triplet: A2, 5C and BA. RGB value is (162,92,186). Sum of RGB (Red+Green+Blue) = 162+92+186=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CBA is #5DA345. Grayscale: #7B7B7B. Windows color (decimal): -6136646 or 12213410. OLE color: 12213410.
HSL color Cylindrical-coordinate representation of color #A25CBA: hue angle of 284.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25CBA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 92 | 186 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.27 |
| HSL | 284.68º | 0.41% | 0.55% | - |
| HSV(B) | 284.68º | 0.51% | 0.73% | - |
| XYZ | 27.59 | 18.88 | 48.64 | - |
| YUV | 123.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 186 | 0.13 | 0.51 | 0 | 0.27 | 284.68 | 0.41 | 0.55 |
| Hex | A2 | 5C | BA | D | 33 | 0 | 1B | 11D | 29 | 37 |
| Octal | 242 | 134 | 272 | 15 | 63 | 0 | 33 | 435 | 51 | 67 |
| Binary | 10100010 | 1011100 | 10111010 | 1101 | 110011 | 0 | 11011 | 100011101 | 101001 | 110111 |
Color Harmonies of #A25CBA
Complementary color
Monochromatic Colors of #A25CBA
Black with #A25CBA
Text Example
Text Example
White with #A25CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CBA; }
p { color: rgb(162,92,186); }
H1.HeaderClassName
{
color: #A25CBA;
}
.AnyTagClassName
{
color: #A25CBA;
}
</style>
background-color css
<style>
a { background-color: #A25CBA; }
a { background-color: rgb(162,92,186); }
div.DivClassName
{
background-color: #A25CBA;
}
.BgClassName
{
background-color: #A25CBA;
}
</style>
border-color css
<style>
span { border-color: #A25CBA; }
span { border-color: rgb(162,92,186); }
td.TdClassName
{
border-color: #A25CBA;
}
.TagClassName
{
border-color: #A25CBA;
}
</style>