Shades of Deep Lilac #A351B4
Tints of Deep Lilac #A351B4
RGB
CMYK
RGB Variations
Color information
#A351B4 (or 0xA351B4) is known color: Deep Lilac. HEX triplet: A3, 51 and B4. RGB value is (163,81,180). Sum of RGB (Red+Green+Blue) = 163+81+180=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #A351B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A351B4 is #5CAE4B. Grayscale: #747474. Windows color (decimal): -6073932 or 11817379. OLE color: 11817379.
HSL color Cylindrical-coordinate representation of color #A351B4: hue angle of 289.7º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A351B4 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 81 | 180 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.29 |
| HSL | 289.7º | 0.4% | 0.51% | - |
| HSV(B) | 289.7º | 0.55% | 0.71% | - |
| XYZ | 26.28 | 16.97 | 45.07 | - |
| YUV | 116.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 180 | 0.09 | 0.55 | 0 | 0.29 | 289.7 | 0.4 | 0.51 |
| Hex | A3 | 51 | B4 | 9 | 37 | 0 | 1D | 122 | 28 | 33 |
| Octal | 243 | 121 | 264 | 11 | 67 | 0 | 35 | 442 | 50 | 63 |
| Binary | 10100011 | 1010001 | 10110100 | 1001 | 110111 | 0 | 11101 | 100100010 | 101000 | 110011 |
Color Harmonies of #A351B4
Complementary color
Monochromatic Colors of #A351B4
Black with #A351B4
Text Example
Text Example
White with #A351B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A351B4; }
p { color: rgb(163,81,180); }
H1.HeaderClassName
{
color: #A351B4;
}
.AnyTagClassName
{
color: #A351B4;
}
</style>
background-color css
<style>
a { background-color: #A351B4; }
a { background-color: rgb(163,81,180); }
div.DivClassName
{
background-color: #A351B4;
}
.BgClassName
{
background-color: #A351B4;
}
</style>
border-color css
<style>
span { border-color: #A351B4; }
span { border-color: rgb(163,81,180); }
td.TdClassName
{
border-color: #A351B4;
}
.TagClassName
{
border-color: #A351B4;
}
</style>