Shades of Deep Lilac #A448B9
Tints of Deep Lilac #A448B9
RGB
CMYK
RGB Variations
Color information
#A448B9 (or 0xA448B9) is known color: Deep Lilac. HEX triplet: A4, 48 and B9. RGB value is (164,72,185). Sum of RGB (Red+Green+Blue) = 164+72+185=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #A448B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448B9 is #5BB746. Grayscale: #707070. Windows color (decimal): -6010695 or 12142756. OLE color: 12142756.
HSL color Cylindrical-coordinate representation of color #A448B9: hue angle of 288.85º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A448B9 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 72 | 185 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.27 |
| HSL | 288.85º | 0.45% | 0.5% | - |
| HSV(B) | 288.85º | 0.61% | 0.73% | - |
| XYZ | 26.38 | 16.03 | 47.6 | - |
| YUV | 112.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 185 | 0.11 | 0.61 | 0 | 0.27 | 288.85 | 0.45 | 0.5 |
| Hex | A4 | 48 | B9 | B | 3D | 0 | 1B | 121 | 2D | 32 |
| Octal | 244 | 110 | 271 | 13 | 75 | 0 | 33 | 441 | 55 | 62 |
| Binary | 10100100 | 1001000 | 10111001 | 1011 | 111101 | 0 | 11011 | 100100001 | 101101 | 110010 |
Color Harmonies of #A448B9
Complementary color
Monochromatic Colors of #A448B9
Black with #A448B9
Text Example
Text Example
White with #A448B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448B9; }
p { color: rgb(164,72,185); }
H1.HeaderClassName
{
color: #A448B9;
}
.AnyTagClassName
{
color: #A448B9;
}
</style>
background-color css
<style>
a { background-color: #A448B9; }
a { background-color: rgb(164,72,185); }
div.DivClassName
{
background-color: #A448B9;
}
.BgClassName
{
background-color: #A448B9;
}
</style>
border-color css
<style>
span { border-color: #A448B9; }
span { border-color: rgb(164,72,185); }
td.TdClassName
{
border-color: #A448B9;
}
.TagClassName
{
border-color: #A448B9;
}
</style>