Shades of Deep Lilac #A43BB1
Tints of Deep Lilac #A43BB1
RGB
CMYK
RGB Variations
Color information
#A43BB1 (or 0xA43BB1) is known color: Deep Lilac. HEX triplet: A4, 3B and B1. RGB value is (164,59,177). Sum of RGB (Red+Green+Blue) = 164+59+177=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #A43BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43BB1 is #5BC44E. Grayscale: #676767. Windows color (decimal): -6014031 or 11615140. OLE color: 11615140.
HSL color Cylindrical-coordinate representation of color #A43BB1: hue angle of 293.39º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43BB1 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 59 | 177 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.31 |
| HSL | 293.39º | 0.5% | 0.46% | - |
| HSV(B) | 293.39º | 0.67% | 0.69% | - |
| XYZ | 24.81 | 14.19 | 43.03 | - |
| YUV | 103.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 177 | 0.07 | 0.67 | 0 | 0.31 | 293.39 | 0.5 | 0.46 |
| Hex | A4 | 3B | B1 | 7 | 43 | 0 | 1F | 125 | 32 | 2E |
| Octal | 244 | 73 | 261 | 7 | 103 | 0 | 37 | 445 | 62 | 56 |
| Binary | 10100100 | 111011 | 10110001 | 111 | 1000011 | 0 | 11111 | 100100101 | 110010 | 101110 |
Color Harmonies of #A43BB1
Complementary color
Monochromatic Colors of #A43BB1
Black with #A43BB1
Text Example
Text Example
White with #A43BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BB1; }
p { color: rgb(164,59,177); }
H1.HeaderClassName
{
color: #A43BB1;
}
.AnyTagClassName
{
color: #A43BB1;
}
</style>
background-color css
<style>
a { background-color: #A43BB1; }
a { background-color: rgb(164,59,177); }
div.DivClassName
{
background-color: #A43BB1;
}
.BgClassName
{
background-color: #A43BB1;
}
</style>
border-color css
<style>
span { border-color: #A43BB1; }
span { border-color: rgb(164,59,177); }
td.TdClassName
{
border-color: #A43BB1;
}
.TagClassName
{
border-color: #A43BB1;
}
</style>