Shades of Deep Lilac #A25AC1
Tints of Deep Lilac #A25AC1
RGB
CMYK
RGB Variations
Color information
#A25AC1 (or 0xA25AC1) is known color: Deep Lilac. HEX triplet: A2, 5A and C1. RGB value is (162,90,193). Sum of RGB (Red+Green+Blue) = 162+90+193=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #A25AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AC1 is #5DA53E. Grayscale: #7A7A7A. Windows color (decimal): -6137151 or 12671650. OLE color: 12671650.
HSL color Cylindrical-coordinate representation of color #A25AC1: hue angle of 281.94º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25AC1 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 90 | 193 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.24 |
| HSL | 281.94º | 0.45% | 0.55% | - |
| HSV(B) | 281.94º | 0.53% | 0.76% | - |
| XYZ | 28.18 | 18.84 | 52.6 | - |
| YUV | 123.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 193 | 0.16 | 0.53 | 0 | 0.24 | 281.94 | 0.45 | 0.55 |
| Hex | A2 | 5A | C1 | 10 | 35 | 0 | 18 | 11A | 2D | 37 |
| Octal | 242 | 132 | 301 | 20 | 65 | 0 | 30 | 432 | 55 | 67 |
| Binary | 10100010 | 1011010 | 11000001 | 10000 | 110101 | 0 | 11000 | 100011010 | 101101 | 110111 |
Color Harmonies of #A25AC1
Complementary color
Monochromatic Colors of #A25AC1
Black with #A25AC1
Text Example
Text Example
White with #A25AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AC1; }
p { color: rgb(162,90,193); }
H1.HeaderClassName
{
color: #A25AC1;
}
.AnyTagClassName
{
color: #A25AC1;
}
</style>
background-color css
<style>
a { background-color: #A25AC1; }
a { background-color: rgb(162,90,193); }
div.DivClassName
{
background-color: #A25AC1;
}
.BgClassName
{
background-color: #A25AC1;
}
</style>
border-color css
<style>
span { border-color: #A25AC1; }
span { border-color: rgb(162,90,193); }
td.TdClassName
{
border-color: #A25AC1;
}
.TagClassName
{
border-color: #A25AC1;
}
</style>