Shades of Deep Lilac #A25AC8
Tints of Deep Lilac #A25AC8
RGB
CMYK
RGB Variations
Color information
#A25AC8 (or 0xA25AC8) is known color: Deep Lilac. HEX triplet: A2, 5A and C8. RGB value is (162,90,200). Sum of RGB (Red+Green+Blue) = 162+90+200=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #A25AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AC8 is #5DA537. Grayscale: #7B7B7B. Windows color (decimal): -6137144 or 13130402. OLE color: 13130402.
HSL color Cylindrical-coordinate representation of color #A25AC8: hue angle of 279.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25AC8 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 90 | 200 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.22 |
| HSL | 279.27º | 0.5% | 0.57% | - |
| HSV(B) | 279.27º | 0.55% | 0.78% | - |
| XYZ | 28.98 | 19.16 | 56.82 | - |
| YUV | 124.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 200 | 0.19 | 0.55 | 0 | 0.22 | 279.27 | 0.5 | 0.57 |
| Hex | A2 | 5A | C8 | 13 | 37 | 0 | 16 | 117 | 32 | 39 |
| Octal | 242 | 132 | 310 | 23 | 67 | 0 | 26 | 427 | 62 | 71 |
| Binary | 10100010 | 1011010 | 11001000 | 10011 | 110111 | 0 | 10110 | 100010111 | 110010 | 111001 |
Color Harmonies of #A25AC8
Complementary color
Monochromatic Colors of #A25AC8
Black with #A25AC8
Text Example
Text Example
White with #A25AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AC8; }
p { color: rgb(162,90,200); }
H1.HeaderClassName
{
color: #A25AC8;
}
.AnyTagClassName
{
color: #A25AC8;
}
</style>
background-color css
<style>
a { background-color: #A25AC8; }
a { background-color: rgb(162,90,200); }
div.DivClassName
{
background-color: #A25AC8;
}
.BgClassName
{
background-color: #A25AC8;
}
</style>
border-color css
<style>
span { border-color: #A25AC8; }
span { border-color: rgb(162,90,200); }
td.TdClassName
{
border-color: #A25AC8;
}
.TagClassName
{
border-color: #A25AC8;
}
</style>