Shades of Deep Lilac #A058C2
Tints of Deep Lilac #A058C2
RGB
CMYK
RGB Variations
Color information
#A058C2 (or 0xA058C2) is known color: Deep Lilac. HEX triplet: A0, 58 and C2. RGB value is (160,88,194). Sum of RGB (Red+Green+Blue) = 160+88+194=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #A058C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058C2 is #5FA73D. Grayscale: #797979. Windows color (decimal): -6268734 or 12736672. OLE color: 12736672.
HSL color Cylindrical-coordinate representation of color #A058C2: hue angle of 280.75º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A058C2 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 88 | 194 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.24 |
| HSL | 280.75º | 0.46% | 0.55% | - |
| HSV(B) | 280.75º | 0.55% | 0.76% | - |
| XYZ | 27.72 | 18.35 | 53.12 | - |
| YUV | 121.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 194 | 0.18 | 0.55 | 0 | 0.24 | 280.75 | 0.46 | 0.55 |
| Hex | A0 | 58 | C2 | 12 | 37 | 0 | 18 | 119 | 2E | 37 |
| Octal | 240 | 130 | 302 | 22 | 67 | 0 | 30 | 431 | 56 | 67 |
| Binary | 10100000 | 1011000 | 11000010 | 10010 | 110111 | 0 | 11000 | 100011001 | 101110 | 110111 |
Color Harmonies of #A058C2
Complementary color
Monochromatic Colors of #A058C2
Black with #A058C2
Text Example
Text Example
White with #A058C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058C2; }
p { color: rgb(160,88,194); }
H1.HeaderClassName
{
color: #A058C2;
}
.AnyTagClassName
{
color: #A058C2;
}
</style>
background-color css
<style>
a { background-color: #A058C2; }
a { background-color: rgb(160,88,194); }
div.DivClassName
{
background-color: #A058C2;
}
.BgClassName
{
background-color: #A058C2;
}
</style>
border-color css
<style>
span { border-color: #A058C2; }
span { border-color: rgb(160,88,194); }
td.TdClassName
{
border-color: #A058C2;
}
.TagClassName
{
border-color: #A058C2;
}
</style>