Shades of Deep Lilac #A25CC5
Tints of Deep Lilac #A25CC5
RGB
CMYK
RGB Variations
Color information
#A25CC5 (or 0xA25CC5) is known color: Deep Lilac. HEX triplet: A2, 5C and C5. RGB value is (162,92,197). Sum of RGB (Red+Green+Blue) = 162+92+197=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #A25CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CC5 is #5DA33A. Grayscale: #7C7C7C. Windows color (decimal): -6136635 or 12934306. OLE color: 12934306.
HSL color Cylindrical-coordinate representation of color #A25CC5: hue angle of 280º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25CC5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 92 | 197 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.23 |
| HSL | 280º | 0.48% | 0.57% | - |
| HSV(B) | 280º | 0.53% | 0.77% | - |
| XYZ | 28.81 | 19.37 | 55.04 | - |
| YUV | 124.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 197 | 0.18 | 0.53 | 0 | 0.23 | 280 | 0.48 | 0.57 |
| Hex | A2 | 5C | C5 | 12 | 35 | 0 | 17 | 118 | 30 | 39 |
| Octal | 242 | 134 | 305 | 22 | 65 | 0 | 27 | 430 | 60 | 71 |
| Binary | 10100010 | 1011100 | 11000101 | 10010 | 110101 | 0 | 10111 | 100011000 | 110000 | 111001 |
Color Harmonies of #A25CC5
Complementary color
Monochromatic Colors of #A25CC5
Black with #A25CC5
Text Example
Text Example
White with #A25CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CC5; }
p { color: rgb(162,92,197); }
H1.HeaderClassName
{
color: #A25CC5;
}
.AnyTagClassName
{
color: #A25CC5;
}
</style>
background-color css
<style>
a { background-color: #A25CC5; }
a { background-color: rgb(162,92,197); }
div.DivClassName
{
background-color: #A25CC5;
}
.BgClassName
{
background-color: #A25CC5;
}
</style>
border-color css
<style>
span { border-color: #A25CC5; }
span { border-color: rgb(162,92,197); }
td.TdClassName
{
border-color: #A25CC5;
}
.TagClassName
{
border-color: #A25CC5;
}
</style>