Shades of Deep Lilac #A447BF
Tints of Deep Lilac #A447BF
RGB
CMYK
RGB Variations
Color information
#A447BF (or 0xA447BF) is known color: Deep Lilac. HEX triplet: A4, 47 and BF. RGB value is (164,71,191). Sum of RGB (Red+Green+Blue) = 164+71+191=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #A447BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447BF is #5BB840. Grayscale: #707070. Windows color (decimal): -6010945 or 12535716. OLE color: 12535716.
HSL color Cylindrical-coordinate representation of color #A447BF: hue angle of 286.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A447BF is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 71 | 191 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.25 |
| HSL | 286.5º | 0.48% | 0.51% | - |
| HSV(B) | 286.5º | 0.63% | 0.75% | - |
| XYZ | 26.97 | 16.16 | 50.99 | - |
| YUV | 112.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 191 | 0.14 | 0.63 | 0 | 0.25 | 286.5 | 0.48 | 0.51 |
| Hex | A4 | 47 | BF | E | 3F | 0 | 19 | 11E | 30 | 33 |
| Octal | 244 | 107 | 277 | 16 | 77 | 0 | 31 | 436 | 60 | 63 |
| Binary | 10100100 | 1000111 | 10111111 | 1110 | 111111 | 0 | 11001 | 100011110 | 110000 | 110011 |
Color Harmonies of #A447BF
Complementary color
Monochromatic Colors of #A447BF
Black with #A447BF
Text Example
Text Example
White with #A447BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A447BF; }
p { color: rgb(164,71,191); }
H1.HeaderClassName
{
color: #A447BF;
}
.AnyTagClassName
{
color: #A447BF;
}
</style>
background-color css
<style>
a { background-color: #A447BF; }
a { background-color: rgb(164,71,191); }
div.DivClassName
{
background-color: #A447BF;
}
.BgClassName
{
background-color: #A447BF;
}
</style>
border-color css
<style>
span { border-color: #A447BF; }
span { border-color: rgb(164,71,191); }
td.TdClassName
{
border-color: #A447BF;
}
.TagClassName
{
border-color: #A447BF;
}
</style>