Shades of Deep Lilac #A448BA
Tints of Deep Lilac #A448BA
RGB
CMYK
RGB Variations
Color information
#A448BA (or 0xA448BA) is known color: Deep Lilac. HEX triplet: A4, 48 and BA. RGB value is (164,72,186). Sum of RGB (Red+Green+Blue) = 164+72+186=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #A448BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448BA is #5BB745. Grayscale: #707070. Windows color (decimal): -6010694 or 12208292. OLE color: 12208292.
HSL color Cylindrical-coordinate representation of color #A448BA: hue angle of 288.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A448BA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 72 | 186 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.27 |
| HSL | 288.42º | 0.45% | 0.51% | - |
| HSV(B) | 288.42º | 0.61% | 0.73% | - |
| XYZ | 26.49 | 16.07 | 48.16 | - |
| YUV | 112.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 186 | 0.12 | 0.61 | 0 | 0.27 | 288.42 | 0.45 | 0.51 |
| Hex | A4 | 48 | BA | C | 3D | 0 | 1B | 120 | 2D | 33 |
| Octal | 244 | 110 | 272 | 14 | 75 | 0 | 33 | 440 | 55 | 63 |
| Binary | 10100100 | 1001000 | 10111010 | 1100 | 111101 | 0 | 11011 | 100100000 | 101101 | 110011 |
Color Harmonies of #A448BA
Complementary color
Monochromatic Colors of #A448BA
Black with #A448BA
Text Example
Text Example
White with #A448BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448BA; }
p { color: rgb(164,72,186); }
H1.HeaderClassName
{
color: #A448BA;
}
.AnyTagClassName
{
color: #A448BA;
}
</style>
background-color css
<style>
a { background-color: #A448BA; }
a { background-color: rgb(164,72,186); }
div.DivClassName
{
background-color: #A448BA;
}
.BgClassName
{
background-color: #A448BA;
}
</style>
border-color css
<style>
span { border-color: #A448BA; }
span { border-color: rgb(164,72,186); }
td.TdClassName
{
border-color: #A448BA;
}
.TagClassName
{
border-color: #A448BA;
}
</style>