Shades of Deep Lilac #A758C2
Tints of Deep Lilac #A758C2
RGB
CMYK
RGB Variations
Color information
#A758C2 (or 0xA758C2) is known color: Deep Lilac. HEX triplet: A7, 58 and C2. RGB value is (167,88,194). Sum of RGB (Red+Green+Blue) = 167+88+194=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #A758C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758C2 is #58A73D. Grayscale: #7B7B7B. Windows color (decimal): -5809982 or 12736679. OLE color: 12736679.
HSL color Cylindrical-coordinate representation of color #A758C2: hue angle of 284.72º 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 #A758C2 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 88 | 194 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.24 |
| HSL | 284.72º | 0.46% | 0.55% | - |
| HSV(B) | 284.72º | 0.55% | 0.76% | - |
| XYZ | 29.16 | 19.09 | 53.19 | - |
| YUV | 123.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 194 | 0.14 | 0.55 | 0 | 0.24 | 284.72 | 0.46 | 0.55 |
| Hex | A7 | 58 | C2 | E | 37 | 0 | 18 | 11D | 2E | 37 |
| Octal | 247 | 130 | 302 | 16 | 67 | 0 | 30 | 435 | 56 | 67 |
| Binary | 10100111 | 1011000 | 11000010 | 1110 | 110111 | 0 | 11000 | 100011101 | 101110 | 110111 |
Color Harmonies of #A758C2
Complementary color
Monochromatic Colors of #A758C2
Black with #A758C2
Text Example
Text Example
White with #A758C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758C2; }
p { color: rgb(167,88,194); }
H1.HeaderClassName
{
color: #A758C2;
}
.AnyTagClassName
{
color: #A758C2;
}
</style>
background-color css
<style>
a { background-color: #A758C2; }
a { background-color: rgb(167,88,194); }
div.DivClassName
{
background-color: #A758C2;
}
.BgClassName
{
background-color: #A758C2;
}
</style>
border-color css
<style>
span { border-color: #A758C2; }
span { border-color: rgb(167,88,194); }
td.TdClassName
{
border-color: #A758C2;
}
.TagClassName
{
border-color: #A758C2;
}
</style>