Shades of Deep Lilac #A440B1
Tints of Deep Lilac #A440B1
RGB
CMYK
RGB Variations
Color information
#A440B1 (or 0xA440B1) is known color: Deep Lilac. HEX triplet: A4, 40 and B1. RGB value is (164,64,177). Sum of RGB (Red+Green+Blue) = 164+64+177=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #A440B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A440B1 is #5BBF4E. Grayscale: #6A6A6A. Windows color (decimal): -6012751 or 11616420. OLE color: 11616420.
HSL color Cylindrical-coordinate representation of color #A440B1: hue angle of 293.1º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A440B1 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 64 | 177 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.31 |
| HSL | 293.1º | 0.47% | 0.47% | - |
| HSV(B) | 293.1º | 0.64% | 0.69% | - |
| XYZ | 25.08 | 14.73 | 43.12 | - |
| YUV | 106.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 177 | 0.07 | 0.64 | 0 | 0.31 | 293.1 | 0.47 | 0.47 |
| Hex | A4 | 40 | B1 | 7 | 40 | 0 | 1F | 125 | 2F | 2F |
| Octal | 244 | 100 | 261 | 7 | 100 | 0 | 37 | 445 | 57 | 57 |
| Binary | 10100100 | 1000000 | 10110001 | 111 | 1000000 | 0 | 11111 | 100100101 | 101111 | 101111 |
Color Harmonies of #A440B1
Complementary color
Monochromatic Colors of #A440B1
Black with #A440B1
Text Example
Text Example
White with #A440B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440B1; }
p { color: rgb(164,64,177); }
H1.HeaderClassName
{
color: #A440B1;
}
.AnyTagClassName
{
color: #A440B1;
}
</style>
background-color css
<style>
a { background-color: #A440B1; }
a { background-color: rgb(164,64,177); }
div.DivClassName
{
background-color: #A440B1;
}
.BgClassName
{
background-color: #A440B1;
}
</style>
border-color css
<style>
span { border-color: #A440B1; }
span { border-color: rgb(164,64,177); }
td.TdClassName
{
border-color: #A440B1;
}
.TagClassName
{
border-color: #A440B1;
}
</style>