Shades of Deep Lilac #A55AC1
Tints of Deep Lilac #A55AC1
RGB
CMYK
RGB Variations
Color information
#A55AC1 (or 0xA55AC1) is known color: Deep Lilac. HEX triplet: A5, 5A and C1. RGB value is (165,90,193). Sum of RGB (Red+Green+Blue) = 165+90+193=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #A55AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AC1 is #5AA53E. Grayscale: #7B7B7B. Windows color (decimal): -5940543 or 12671653. OLE color: 12671653.
HSL color Cylindrical-coordinate representation of color #A55AC1: hue angle of 283.69º 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 #A55AC1 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 90 | 193 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.24 |
| HSL | 283.69º | 0.45% | 0.55% | - |
| HSV(B) | 283.69º | 0.53% | 0.76% | - |
| XYZ | 28.8 | 19.16 | 52.63 | - |
| YUV | 124.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 193 | 0.15 | 0.53 | 0 | 0.24 | 283.69 | 0.45 | 0.55 |
| Hex | A5 | 5A | C1 | F | 35 | 0 | 18 | 11C | 2D | 37 |
| Octal | 245 | 132 | 301 | 17 | 65 | 0 | 30 | 434 | 55 | 67 |
| Binary | 10100101 | 1011010 | 11000001 | 1111 | 110101 | 0 | 11000 | 100011100 | 101101 | 110111 |
Color Harmonies of #A55AC1
Complementary color
Monochromatic Colors of #A55AC1
Black with #A55AC1
Text Example
Text Example
White with #A55AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AC1; }
p { color: rgb(165,90,193); }
H1.HeaderClassName
{
color: #A55AC1;
}
.AnyTagClassName
{
color: #A55AC1;
}
</style>
background-color css
<style>
a { background-color: #A55AC1; }
a { background-color: rgb(165,90,193); }
div.DivClassName
{
background-color: #A55AC1;
}
.BgClassName
{
background-color: #A55AC1;
}
</style>
border-color css
<style>
span { border-color: #A55AC1; }
span { border-color: rgb(165,90,193); }
td.TdClassName
{
border-color: #A55AC1;
}
.TagClassName
{
border-color: #A55AC1;
}
</style>