Shades of Deep Lilac #A43FB7
Tints of Deep Lilac #A43FB7
RGB
CMYK
RGB Variations
Color information
#A43FB7 (or 0xA43FB7) is known color: Deep Lilac. HEX triplet: A4, 3F and B7. RGB value is (164,63,183). Sum of RGB (Red+Green+Blue) = 164+63+183=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #A43FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FB7 is #5BC048. Grayscale: #6A6A6A. Windows color (decimal): -6013001 or 12009380. OLE color: 12009380.
HSL color Cylindrical-coordinate representation of color #A43FB7: hue angle of 290.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43FB7 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 63 | 183 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.28 |
| HSL | 290.5º | 0.49% | 0.48% | - |
| HSV(B) | 290.5º | 0.66% | 0.72% | - |
| XYZ | 25.63 | 14.87 | 46.32 | - |
| YUV | 106.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 183 | 0.10 | 0.66 | 0 | 0.28 | 290.5 | 0.49 | 0.48 |
| Hex | A4 | 3F | B7 | A | 42 | 0 | 1C | 122 | 31 | 30 |
| Octal | 244 | 77 | 267 | 12 | 102 | 0 | 34 | 442 | 61 | 60 |
| Binary | 10100100 | 111111 | 10110111 | 1010 | 1000010 | 0 | 11100 | 100100010 | 110001 | 110000 |
Color Harmonies of #A43FB7
Complementary color
Monochromatic Colors of #A43FB7
Black with #A43FB7
Text Example
Text Example
White with #A43FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FB7; }
p { color: rgb(164,63,183); }
H1.HeaderClassName
{
color: #A43FB7;
}
.AnyTagClassName
{
color: #A43FB7;
}
</style>
background-color css
<style>
a { background-color: #A43FB7; }
a { background-color: rgb(164,63,183); }
div.DivClassName
{
background-color: #A43FB7;
}
.BgClassName
{
background-color: #A43FB7;
}
</style>
border-color css
<style>
span { border-color: #A43FB7; }
span { border-color: rgb(164,63,183); }
td.TdClassName
{
border-color: #A43FB7;
}
.TagClassName
{
border-color: #A43FB7;
}
</style>