Shades of Deep Lilac #A05AC2
Tints of Deep Lilac #A05AC2
RGB
CMYK
RGB Variations
Color information
#A05AC2 (or 0xA05AC2) is known color: Deep Lilac. HEX triplet: A0, 5A and C2. RGB value is (160,90,194). Sum of RGB (Red+Green+Blue) = 160+90+194=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #A05AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05AC2 is #5FA53D. Grayscale: #7A7A7A. Windows color (decimal): -6268222 or 12737184. OLE color: 12737184.
HSL color Cylindrical-coordinate representation of color #A05AC2: hue angle of 280.38º 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 #A05AC2 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 90 | 194 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.24 |
| HSL | 280.38º | 0.46% | 0.56% | - |
| HSV(B) | 280.38º | 0.54% | 0.76% | - |
| XYZ | 27.89 | 18.68 | 53.17 | - |
| YUV | 122.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 194 | 0.18 | 0.54 | 0 | 0.24 | 280.38 | 0.46 | 0.56 |
| Hex | A0 | 5A | C2 | 12 | 36 | 0 | 18 | 118 | 2E | 38 |
| Octal | 240 | 132 | 302 | 22 | 66 | 0 | 30 | 430 | 56 | 70 |
| Binary | 10100000 | 1011010 | 11000010 | 10010 | 110110 | 0 | 11000 | 100011000 | 101110 | 111000 |
Color Harmonies of #A05AC2
Complementary color
Monochromatic Colors of #A05AC2
Black with #A05AC2
Text Example
Text Example
White with #A05AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05AC2; }
p { color: rgb(160,90,194); }
H1.HeaderClassName
{
color: #A05AC2;
}
.AnyTagClassName
{
color: #A05AC2;
}
</style>
background-color css
<style>
a { background-color: #A05AC2; }
a { background-color: rgb(160,90,194); }
div.DivClassName
{
background-color: #A05AC2;
}
.BgClassName
{
background-color: #A05AC2;
}
</style>
border-color css
<style>
span { border-color: #A05AC2; }
span { border-color: rgb(160,90,194); }
td.TdClassName
{
border-color: #A05AC2;
}
.TagClassName
{
border-color: #A05AC2;
}
</style>