Shades of Deep Lilac #A748B1
Tints of Deep Lilac #A748B1
RGB
CMYK
RGB Variations
Color information
#A748B1 (or 0xA748B1) is known color: Deep Lilac. HEX triplet: A7, 48 and B1. RGB value is (167,72,177). Sum of RGB (Red+Green+Blue) = 167+72+177=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #A748B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A748B1 is #58B74E. Grayscale: #707070. Windows color (decimal): -5814095 or 11618471. OLE color: 11618471.
HSL color Cylindrical-coordinate representation of color #A748B1: hue angle of 294.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A748B1 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 72 | 177 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.31 |
| HSL | 294.29º | 0.42% | 0.49% | - |
| HSV(B) | 294.29º | 0.59% | 0.69% | - |
| XYZ | 26.19 | 16.02 | 43.31 | - |
| YUV | 112.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 177 | 0.06 | 0.59 | 0 | 0.31 | 294.29 | 0.42 | 0.49 |
| Hex | A7 | 48 | B1 | 6 | 3B | 0 | 1F | 126 | 2A | 31 |
| Octal | 247 | 110 | 261 | 6 | 73 | 0 | 37 | 446 | 52 | 61 |
| Binary | 10100111 | 1001000 | 10110001 | 110 | 111011 | 0 | 11111 | 100100110 | 101010 | 110001 |
Color Harmonies of #A748B1
Complementary color
Monochromatic Colors of #A748B1
Black with #A748B1
Text Example
Text Example
White with #A748B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A748B1; }
p { color: rgb(167,72,177); }
H1.HeaderClassName
{
color: #A748B1;
}
.AnyTagClassName
{
color: #A748B1;
}
</style>
background-color css
<style>
a { background-color: #A748B1; }
a { background-color: rgb(167,72,177); }
div.DivClassName
{
background-color: #A748B1;
}
.BgClassName
{
background-color: #A748B1;
}
</style>
border-color css
<style>
span { border-color: #A748B1; }
span { border-color: rgb(167,72,177); }
td.TdClassName
{
border-color: #A748B1;
}
.TagClassName
{
border-color: #A748B1;
}
</style>