Shades of Deep Lilac #A443B4
Tints of Deep Lilac #A443B4
RGB
CMYK
RGB Variations
Color information
#A443B4 (or 0xA443B4) is known color: Deep Lilac. HEX triplet: A4, 43 and B4. RGB value is (164,67,180). Sum of RGB (Red+Green+Blue) = 164+67+180=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #A443B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443B4 is #5BBC4B. Grayscale: #6C6C6C. Windows color (decimal): -6011980 or 11813796. OLE color: 11813796.
HSL color Cylindrical-coordinate representation of color #A443B4: hue angle of 291.5º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A443B4 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 67 | 180 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.29 |
| HSL | 291.5º | 0.46% | 0.48% | - |
| HSV(B) | 291.5º | 0.63% | 0.71% | - |
| XYZ | 25.56 | 15.2 | 44.77 | - |
| YUV | 108.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 180 | 0.09 | 0.63 | 0 | 0.29 | 291.5 | 0.46 | 0.48 |
| Hex | A4 | 43 | B4 | 9 | 3F | 0 | 1D | 124 | 2E | 30 |
| Octal | 244 | 103 | 264 | 11 | 77 | 0 | 35 | 444 | 56 | 60 |
| Binary | 10100100 | 1000011 | 10110100 | 1001 | 111111 | 0 | 11101 | 100100100 | 101110 | 110000 |
Color Harmonies of #A443B4
Complementary color
Monochromatic Colors of #A443B4
Black with #A443B4
Text Example
Text Example
White with #A443B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443B4; }
p { color: rgb(164,67,180); }
H1.HeaderClassName
{
color: #A443B4;
}
.AnyTagClassName
{
color: #A443B4;
}
</style>
background-color css
<style>
a { background-color: #A443B4; }
a { background-color: rgb(164,67,180); }
div.DivClassName
{
background-color: #A443B4;
}
.BgClassName
{
background-color: #A443B4;
}
</style>
border-color css
<style>
span { border-color: #A443B4; }
span { border-color: rgb(164,67,180); }
td.TdClassName
{
border-color: #A443B4;
}
.TagClassName
{
border-color: #A443B4;
}
</style>