Shades of Deep Lilac #A43FB0
Tints of Deep Lilac #A43FB0
RGB
CMYK
RGB Variations
Color information
#A43FB0 (or 0xA43FB0) is known color: Deep Lilac. HEX triplet: A4, 3F and B0. RGB value is (164,63,176). Sum of RGB (Red+Green+Blue) = 164+63+176=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #A43FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43FB0 is #5BC04F. Grayscale: #696969. Windows color (decimal): -6013008 or 11550628. OLE color: 11550628.
HSL color Cylindrical-coordinate representation of color #A43FB0: hue angle of 293.63º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A43FB0 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 63 | 176 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.31 |
| HSL | 293.63º | 0.47% | 0.47% | - |
| HSV(B) | 293.63º | 0.64% | 0.69% | - |
| XYZ | 24.92 | 14.58 | 42.58 | - |
| YUV | 106.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 176 | 0.07 | 0.64 | 0 | 0.31 | 293.63 | 0.47 | 0.47 |
| Hex | A4 | 3F | B0 | 7 | 40 | 0 | 1F | 126 | 2F | 2F |
| Octal | 244 | 77 | 260 | 7 | 100 | 0 | 37 | 446 | 57 | 57 |
| Binary | 10100100 | 111111 | 10110000 | 111 | 1000000 | 0 | 11111 | 100100110 | 101111 | 101111 |
Color Harmonies of #A43FB0
Complementary color
Monochromatic Colors of #A43FB0
Black with #A43FB0
Text Example
Text Example
White with #A43FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FB0; }
p { color: rgb(164,63,176); }
H1.HeaderClassName
{
color: #A43FB0;
}
.AnyTagClassName
{
color: #A43FB0;
}
</style>
background-color css
<style>
a { background-color: #A43FB0; }
a { background-color: rgb(164,63,176); }
div.DivClassName
{
background-color: #A43FB0;
}
.BgClassName
{
background-color: #A43FB0;
}
</style>
border-color css
<style>
span { border-color: #A43FB0; }
span { border-color: rgb(164,63,176); }
td.TdClassName
{
border-color: #A43FB0;
}
.TagClassName
{
border-color: #A43FB0;
}
</style>