Shades of Deep Lilac #A345B1
Tints of Deep Lilac #A345B1
RGB
CMYK
RGB Variations
Color information
#A345B1 (or 0xA345B1) is known color: Deep Lilac. HEX triplet: A3, 45 and B1. RGB value is (163,69,177). Sum of RGB (Red+Green+Blue) = 163+69+177=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 177 - color contains mainly: blue. Hex color #A345B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A345B1 is #5CBA4E. Grayscale: #6D6D6D. Windows color (decimal): -6077007 or 11617699. OLE color: 11617699.
HSL color Cylindrical-coordinate representation of color #A345B1: hue angle of 292.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A345B1 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 69 | 177 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.31 |
| HSL | 292.22º | 0.44% | 0.48% | - |
| HSV(B) | 292.22º | 0.61% | 0.69% | - |
| XYZ | 25.17 | 15.22 | 43.21 | - |
| YUV | 109.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 177 | 0.08 | 0.61 | 0 | 0.31 | 292.22 | 0.44 | 0.48 |
| Hex | A3 | 45 | B1 | 8 | 3D | 0 | 1F | 124 | 2C | 30 |
| Octal | 243 | 105 | 261 | 10 | 75 | 0 | 37 | 444 | 54 | 60 |
| Binary | 10100011 | 1000101 | 10110001 | 1000 | 111101 | 0 | 11111 | 100100100 | 101100 | 110000 |
Color Harmonies of #A345B1
Complementary color
Monochromatic Colors of #A345B1
Black with #A345B1
Text Example
Text Example
White with #A345B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345B1; }
p { color: rgb(163,69,177); }
H1.HeaderClassName
{
color: #A345B1;
}
.AnyTagClassName
{
color: #A345B1;
}
</style>
background-color css
<style>
a { background-color: #A345B1; }
a { background-color: rgb(163,69,177); }
div.DivClassName
{
background-color: #A345B1;
}
.BgClassName
{
background-color: #A345B1;
}
</style>
border-color css
<style>
span { border-color: #A345B1; }
span { border-color: rgb(163,69,177); }
td.TdClassName
{
border-color: #A345B1;
}
.TagClassName
{
border-color: #A345B1;
}
</style>