Shades of Deep Lilac #A448BD
Tints of Deep Lilac #A448BD
RGB
CMYK
RGB Variations
Color information
#A448BD (or 0xA448BD) is known color: Deep Lilac. HEX triplet: A4, 48 and BD. RGB value is (164,72,189). Sum of RGB (Red+Green+Blue) = 164+72+189=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #A448BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448BD is #5BB742. Grayscale: #707070. Windows color (decimal): -6010691 or 12404900. OLE color: 12404900.
HSL color Cylindrical-coordinate representation of color #A448BD: hue angle of 287.18º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A448BD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 72 | 189 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.26 |
| HSL | 287.18º | 0.47% | 0.51% | - |
| HSV(B) | 287.18º | 0.62% | 0.74% | - |
| XYZ | 26.81 | 16.2 | 49.86 | - |
| YUV | 112.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 189 | 0.13 | 0.62 | 0 | 0.26 | 287.18 | 0.47 | 0.51 |
| Hex | A4 | 48 | BD | D | 3E | 0 | 1A | 11F | 2F | 33 |
| Octal | 244 | 110 | 275 | 15 | 76 | 0 | 32 | 437 | 57 | 63 |
| Binary | 10100100 | 1001000 | 10111101 | 1101 | 111110 | 0 | 11010 | 100011111 | 101111 | 110011 |
Color Harmonies of #A448BD
Complementary color
Monochromatic Colors of #A448BD
Black with #A448BD
Text Example
Text Example
White with #A448BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448BD; }
p { color: rgb(164,72,189); }
H1.HeaderClassName
{
color: #A448BD;
}
.AnyTagClassName
{
color: #A448BD;
}
</style>
background-color css
<style>
a { background-color: #A448BD; }
a { background-color: rgb(164,72,189); }
div.DivClassName
{
background-color: #A448BD;
}
.BgClassName
{
background-color: #A448BD;
}
</style>
border-color css
<style>
span { border-color: #A448BD; }
span { border-color: rgb(164,72,189); }
td.TdClassName
{
border-color: #A448BD;
}
.TagClassName
{
border-color: #A448BD;
}
</style>