Shades of Deep Lilac #A25CBC
Tints of Deep Lilac #A25CBC
RGB
CMYK
RGB Variations
Color information
#A25CBC (or 0xA25CBC) is known color: Deep Lilac. HEX triplet: A2, 5C and BC. RGB value is (162,92,188). Sum of RGB (Red+Green+Blue) = 162+92+188=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #A25CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CBC is #5DA343. Grayscale: #7B7B7B. Windows color (decimal): -6136644 or 12344482. OLE color: 12344482.
HSL color Cylindrical-coordinate representation of color #A25CBC: hue angle of 283.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25CBC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 92 | 188 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.26 |
| HSL | 283.75º | 0.42% | 0.55% | - |
| HSV(B) | 283.75º | 0.51% | 0.74% | - |
| XYZ | 27.8 | 18.97 | 49.77 | - |
| YUV | 123.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 188 | 0.14 | 0.51 | 0 | 0.26 | 283.75 | 0.42 | 0.55 |
| Hex | A2 | 5C | BC | E | 33 | 0 | 1A | 11C | 2A | 37 |
| Octal | 242 | 134 | 274 | 16 | 63 | 0 | 32 | 434 | 52 | 67 |
| Binary | 10100010 | 1011100 | 10111100 | 1110 | 110011 | 0 | 11010 | 100011100 | 101010 | 110111 |
Color Harmonies of #A25CBC
Complementary color
Monochromatic Colors of #A25CBC
Black with #A25CBC
Text Example
Text Example
White with #A25CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CBC; }
p { color: rgb(162,92,188); }
H1.HeaderClassName
{
color: #A25CBC;
}
.AnyTagClassName
{
color: #A25CBC;
}
</style>
background-color css
<style>
a { background-color: #A25CBC; }
a { background-color: rgb(162,92,188); }
div.DivClassName
{
background-color: #A25CBC;
}
.BgClassName
{
background-color: #A25CBC;
}
</style>
border-color css
<style>
span { border-color: #A25CBC; }
span { border-color: rgb(162,92,188); }
td.TdClassName
{
border-color: #A25CBC;
}
.TagClassName
{
border-color: #A25CBC;
}
</style>