Shades of Deep Lilac #A758B7
Tints of Deep Lilac #A758B7
RGB
CMYK
RGB Variations
Color information
#A758B7 (or 0xA758B7) is known color: Deep Lilac. HEX triplet: A7, 58 and B7. RGB value is (167,88,183). Sum of RGB (Red+Green+Blue) = 167+88+183=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #A758B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758B7 is #58A748. Grayscale: #7A7A7A. Windows color (decimal): -5809993 or 12015783. OLE color: 12015783.
HSL color Cylindrical-coordinate representation of color #A758B7: hue angle of 289.89º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A758B7 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 88 | 183 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.28 |
| HSL | 289.89º | 0.4% | 0.53% | - |
| HSV(B) | 289.89º | 0.52% | 0.72% | - |
| XYZ | 27.97 | 18.61 | 46.92 | - |
| YUV | 122.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 183 | 0.09 | 0.52 | 0 | 0.28 | 289.89 | 0.4 | 0.53 |
| Hex | A7 | 58 | B7 | 9 | 34 | 0 | 1C | 122 | 28 | 35 |
| Octal | 247 | 130 | 267 | 11 | 64 | 0 | 34 | 442 | 50 | 65 |
| Binary | 10100111 | 1011000 | 10110111 | 1001 | 110100 | 0 | 11100 | 100100010 | 101000 | 110101 |
Color Harmonies of #A758B7
Complementary color
Monochromatic Colors of #A758B7
Black with #A758B7
Text Example
Text Example
White with #A758B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758B7; }
p { color: rgb(167,88,183); }
H1.HeaderClassName
{
color: #A758B7;
}
.AnyTagClassName
{
color: #A758B7;
}
</style>
background-color css
<style>
a { background-color: #A758B7; }
a { background-color: rgb(167,88,183); }
div.DivClassName
{
background-color: #A758B7;
}
.BgClassName
{
background-color: #A758B7;
}
</style>
border-color css
<style>
span { border-color: #A758B7; }
span { border-color: rgb(167,88,183); }
td.TdClassName
{
border-color: #A758B7;
}
.TagClassName
{
border-color: #A758B7;
}
</style>