Shades of Deep Lilac #A448B5
Tints of Deep Lilac #A448B5
RGB
CMYK
RGB Variations
Color information
#A448B5 (or 0xA448B5) is known color: Deep Lilac. HEX triplet: A4, 48 and B5. RGB value is (164,72,181). Sum of RGB (Red+Green+Blue) = 164+72+181=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #A448B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448B5 is #5BB74A. Grayscale: #6F6F6F. Windows color (decimal): -6010699 or 11880612. OLE color: 11880612.
HSL color Cylindrical-coordinate representation of color #A448B5: hue angle of 290.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A448B5 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 72 | 181 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.29 |
| HSL | 290.64º | 0.43% | 0.5% | - |
| HSV(B) | 290.64º | 0.6% | 0.71% | - |
| XYZ | 25.97 | 15.86 | 45.41 | - |
| YUV | 111.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 181 | 0.09 | 0.60 | 0 | 0.29 | 290.64 | 0.43 | 0.5 |
| Hex | A4 | 48 | B5 | 9 | 3C | 0 | 1D | 123 | 2B | 32 |
| Octal | 244 | 110 | 265 | 11 | 74 | 0 | 35 | 443 | 53 | 62 |
| Binary | 10100100 | 1001000 | 10110101 | 1001 | 111100 | 0 | 11101 | 100100011 | 101011 | 110010 |
Color Harmonies of #A448B5
Complementary color
Monochromatic Colors of #A448B5
Black with #A448B5
Text Example
Text Example
White with #A448B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448B5; }
p { color: rgb(164,72,181); }
H1.HeaderClassName
{
color: #A448B5;
}
.AnyTagClassName
{
color: #A448B5;
}
</style>
background-color css
<style>
a { background-color: #A448B5; }
a { background-color: rgb(164,72,181); }
div.DivClassName
{
background-color: #A448B5;
}
.BgClassName
{
background-color: #A448B5;
}
</style>
border-color css
<style>
span { border-color: #A448B5; }
span { border-color: rgb(164,72,181); }
td.TdClassName
{
border-color: #A448B5;
}
.TagClassName
{
border-color: #A448B5;
}
</style>