Shades of Deep Lilac #A43CB1
Tints of Deep Lilac #A43CB1
RGB
CMYK
RGB Variations
Color information
#A43CB1 (or 0xA43CB1) is known color: Deep Lilac. HEX triplet: A4, 3C and B1. RGB value is (164,60,177). Sum of RGB (Red+Green+Blue) = 164+60+177=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #A43CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43CB1 is #5BC34E. Grayscale: #686868. Windows color (decimal): -6013775 or 11615396. OLE color: 11615396.
HSL color Cylindrical-coordinate representation of color #A43CB1: hue angle of 293.33º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43CB1 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 60 | 177 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.31 |
| HSL | 293.33º | 0.49% | 0.46% | - |
| HSV(B) | 293.33º | 0.66% | 0.69% | - |
| XYZ | 24.86 | 14.3 | 43.04 | - |
| YUV | 104.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 177 | 0.07 | 0.66 | 0 | 0.31 | 293.33 | 0.49 | 0.46 |
| Hex | A4 | 3C | B1 | 7 | 42 | 0 | 1F | 125 | 31 | 2E |
| Octal | 244 | 74 | 261 | 7 | 102 | 0 | 37 | 445 | 61 | 56 |
| Binary | 10100100 | 111100 | 10110001 | 111 | 1000010 | 0 | 11111 | 100100101 | 110001 | 101110 |
Color Harmonies of #A43CB1
Complementary color
Monochromatic Colors of #A43CB1
Black with #A43CB1
Text Example
Text Example
White with #A43CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CB1; }
p { color: rgb(164,60,177); }
H1.HeaderClassName
{
color: #A43CB1;
}
.AnyTagClassName
{
color: #A43CB1;
}
</style>
background-color css
<style>
a { background-color: #A43CB1; }
a { background-color: rgb(164,60,177); }
div.DivClassName
{
background-color: #A43CB1;
}
.BgClassName
{
background-color: #A43CB1;
}
</style>
border-color css
<style>
span { border-color: #A43CB1; }
span { border-color: rgb(164,60,177); }
td.TdClassName
{
border-color: #A43CB1;
}
.TagClassName
{
border-color: #A43CB1;
}
</style>