Shades of Deep Lilac #A758C9
Tints of Deep Lilac #A758C9
RGB
CMYK
RGB Variations
Color information
#A758C9 (or 0xA758C9) is known color: Deep Lilac. HEX triplet: A7, 58 and C9. RGB value is (167,88,201). Sum of RGB (Red+Green+Blue) = 167+88+201=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #A758C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758C9 is #58A736. Grayscale: #7C7C7C. Windows color (decimal): -5809975 or 13195431. OLE color: 13195431.
HSL color Cylindrical-coordinate representation of color #A758C9: hue angle of 281.95º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A758C9 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 88 | 201 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.21 |
| HSL | 281.95º | 0.51% | 0.57% | - |
| HSV(B) | 281.95º | 0.56% | 0.79% | - |
| XYZ | 29.97 | 19.41 | 57.43 | - |
| YUV | 124.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 201 | 0.17 | 0.56 | 0 | 0.21 | 281.95 | 0.51 | 0.57 |
| Hex | A7 | 58 | C9 | 11 | 38 | 0 | 15 | 11A | 33 | 39 |
| Octal | 247 | 130 | 311 | 21 | 70 | 0 | 25 | 432 | 63 | 71 |
| Binary | 10100111 | 1011000 | 11001001 | 10001 | 111000 | 0 | 10101 | 100011010 | 110011 | 111001 |
Color Harmonies of #A758C9
Complementary color
Monochromatic Colors of #A758C9
Black with #A758C9
Text Example
Text Example
White with #A758C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758C9; }
p { color: rgb(167,88,201); }
H1.HeaderClassName
{
color: #A758C9;
}
.AnyTagClassName
{
color: #A758C9;
}
</style>
background-color css
<style>
a { background-color: #A758C9; }
a { background-color: rgb(167,88,201); }
div.DivClassName
{
background-color: #A758C9;
}
.BgClassName
{
background-color: #A758C9;
}
</style>
border-color css
<style>
span { border-color: #A758C9; }
span { border-color: rgb(167,88,201); }
td.TdClassName
{
border-color: #A758C9;
}
.TagClassName
{
border-color: #A758C9;
}
</style>