Shades of Deep Lilac #A444B6
Tints of Deep Lilac #A444B6
RGB
CMYK
RGB Variations
Color information
#A444B6 (or 0xA444B6) is known color: Deep Lilac. HEX triplet: A4, 44 and B6. RGB value is (164,68,182). Sum of RGB (Red+Green+Blue) = 164+68+182=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #A444B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444B6 is #5BBB49. Grayscale: #6D6D6D. Windows color (decimal): -6011722 or 11945124. OLE color: 11945124.
HSL color Cylindrical-coordinate representation of color #A444B6: hue angle of 290.53º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A444B6 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 68 | 182 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.29 |
| HSL | 290.53º | 0.46% | 0.49% | - |
| HSV(B) | 290.53º | 0.63% | 0.71% | - |
| XYZ | 25.82 | 15.4 | 45.87 | - |
| YUV | 109.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 182 | 0.10 | 0.63 | 0 | 0.29 | 290.53 | 0.46 | 0.49 |
| Hex | A4 | 44 | B6 | A | 3F | 0 | 1D | 123 | 2E | 31 |
| Octal | 244 | 104 | 266 | 12 | 77 | 0 | 35 | 443 | 56 | 61 |
| Binary | 10100100 | 1000100 | 10110110 | 1010 | 111111 | 0 | 11101 | 100100011 | 101110 | 110001 |
Color Harmonies of #A444B6
Complementary color
Monochromatic Colors of #A444B6
Black with #A444B6
Text Example
Text Example
White with #A444B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444B6; }
p { color: rgb(164,68,182); }
H1.HeaderClassName
{
color: #A444B6;
}
.AnyTagClassName
{
color: #A444B6;
}
</style>
background-color css
<style>
a { background-color: #A444B6; }
a { background-color: rgb(164,68,182); }
div.DivClassName
{
background-color: #A444B6;
}
.BgClassName
{
background-color: #A444B6;
}
</style>
border-color css
<style>
span { border-color: #A444B6; }
span { border-color: rgb(164,68,182); }
td.TdClassName
{
border-color: #A444B6;
}
.TagClassName
{
border-color: #A444B6;
}
</style>