Shades of Deep Lilac #A25AC2
Tints of Deep Lilac #A25AC2
RGB
CMYK
RGB Variations
Color information
#A25AC2 (or 0xA25AC2) is known color: Deep Lilac. HEX triplet: A2, 5A and C2. RGB value is (162,90,194). Sum of RGB (Red+Green+Blue) = 162+90+194=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #A25AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AC2 is #5DA53D. Grayscale: #7B7B7B. Windows color (decimal): -6137150 or 12737186. OLE color: 12737186.
HSL color Cylindrical-coordinate representation of color #A25AC2: hue angle of 281.54º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25AC2 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 90 | 194 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.24 |
| HSL | 281.54º | 0.46% | 0.56% | - |
| HSV(B) | 281.54º | 0.54% | 0.76% | - |
| XYZ | 28.29 | 18.89 | 53.19 | - |
| YUV | 123.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 194 | 0.16 | 0.54 | 0 | 0.24 | 281.54 | 0.46 | 0.56 |
| Hex | A2 | 5A | C2 | 10 | 36 | 0 | 18 | 11A | 2E | 38 |
| Octal | 242 | 132 | 302 | 20 | 66 | 0 | 30 | 432 | 56 | 70 |
| Binary | 10100010 | 1011010 | 11000010 | 10000 | 110110 | 0 | 11000 | 100011010 | 101110 | 111000 |
Color Harmonies of #A25AC2
Complementary color
Monochromatic Colors of #A25AC2
Black with #A25AC2
Text Example
Text Example
White with #A25AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AC2; }
p { color: rgb(162,90,194); }
H1.HeaderClassName
{
color: #A25AC2;
}
.AnyTagClassName
{
color: #A25AC2;
}
</style>
background-color css
<style>
a { background-color: #A25AC2; }
a { background-color: rgb(162,90,194); }
div.DivClassName
{
background-color: #A25AC2;
}
.BgClassName
{
background-color: #A25AC2;
}
</style>
border-color css
<style>
span { border-color: #A25AC2; }
span { border-color: rgb(162,90,194); }
td.TdClassName
{
border-color: #A25AC2;
}
.TagClassName
{
border-color: #A25AC2;
}
</style>