Shades of Deep Lilac #A441B0
Tints of Deep Lilac #A441B0
RGB
CMYK
RGB Variations
Color information
#A441B0 (or 0xA441B0) is known color: Deep Lilac. HEX triplet: A4, 41 and B0. RGB value is (164,65,176). Sum of RGB (Red+Green+Blue) = 164+65+176=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #A441B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A441B0 is #5BBE4F. Grayscale: #6A6A6A. Windows color (decimal): -6012496 or 11551140. OLE color: 11551140.
HSL color Cylindrical-coordinate representation of color #A441B0: hue angle of 293.51º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A441B0 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 65 | 176 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.31 |
| HSL | 293.51º | 0.46% | 0.47% | - |
| HSV(B) | 293.51º | 0.63% | 0.69% | - |
| XYZ | 25.04 | 14.81 | 42.61 | - |
| YUV | 107.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 176 | 0.07 | 0.63 | 0 | 0.31 | 293.51 | 0.46 | 0.47 |
| Hex | A4 | 41 | B0 | 7 | 3F | 0 | 1F | 126 | 2E | 2F |
| Octal | 244 | 101 | 260 | 7 | 77 | 0 | 37 | 446 | 56 | 57 |
| Binary | 10100100 | 1000001 | 10110000 | 111 | 111111 | 0 | 11111 | 100100110 | 101110 | 101111 |
Color Harmonies of #A441B0
Complementary color
Monochromatic Colors of #A441B0
Black with #A441B0
Text Example
Text Example
White with #A441B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441B0; }
p { color: rgb(164,65,176); }
H1.HeaderClassName
{
color: #A441B0;
}
.AnyTagClassName
{
color: #A441B0;
}
</style>
background-color css
<style>
a { background-color: #A441B0; }
a { background-color: rgb(164,65,176); }
div.DivClassName
{
background-color: #A441B0;
}
.BgClassName
{
background-color: #A441B0;
}
</style>
border-color css
<style>
span { border-color: #A441B0; }
span { border-color: rgb(164,65,176); }
td.TdClassName
{
border-color: #A441B0;
}
.TagClassName
{
border-color: #A441B0;
}
</style>