Shades of Deep Lilac #A748B7
Tints of Deep Lilac #A748B7
RGB
CMYK
RGB Variations
Color information
#A748B7 (or 0xA748B7) is known color: Deep Lilac. HEX triplet: A7, 48 and B7. RGB value is (167,72,183). Sum of RGB (Red+Green+Blue) = 167+72+183=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #A748B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748B7 is #58B748. Grayscale: #707070. Windows color (decimal): -5814089 or 12011687. OLE color: 12011687.
HSL color Cylindrical-coordinate representation of color #A748B7: hue angle of 291.35º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A748B7 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 72 | 183 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.28 |
| HSL | 291.35º | 0.44% | 0.5% | - |
| HSV(B) | 291.35º | 0.61% | 0.72% | - |
| XYZ | 26.8 | 16.27 | 46.53 | - |
| YUV | 113.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 183 | 0.09 | 0.61 | 0 | 0.28 | 291.35 | 0.44 | 0.5 |
| Hex | A7 | 48 | B7 | 9 | 3D | 0 | 1C | 123 | 2C | 32 |
| Octal | 247 | 110 | 267 | 11 | 75 | 0 | 34 | 443 | 54 | 62 |
| Binary | 10100111 | 1001000 | 10110111 | 1001 | 111101 | 0 | 11100 | 100100011 | 101100 | 110010 |
Color Harmonies of #A748B7
Complementary color
Monochromatic Colors of #A748B7
Black with #A748B7
Text Example
Text Example
White with #A748B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748B7; }
p { color: rgb(167,72,183); }
H1.HeaderClassName
{
color: #A748B7;
}
.AnyTagClassName
{
color: #A748B7;
}
</style>
background-color css
<style>
a { background-color: #A748B7; }
a { background-color: rgb(167,72,183); }
div.DivClassName
{
background-color: #A748B7;
}
.BgClassName
{
background-color: #A748B7;
}
</style>
border-color css
<style>
span { border-color: #A748B7; }
span { border-color: rgb(167,72,183); }
td.TdClassName
{
border-color: #A748B7;
}
.TagClassName
{
border-color: #A748B7;
}
</style>