Shades of Deep Lilac #A345C0
Tints of Deep Lilac #A345C0
RGB
CMYK
RGB Variations
Color information
#A345C0 (or 0xA345C0) is known color: Deep Lilac. HEX triplet: A3, 45 and C0. RGB value is (163,69,192). Sum of RGB (Red+Green+Blue) = 163+69+192=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #A345C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345C0 is #5CBA3F. Grayscale: #6E6E6E. Windows color (decimal): -6076992 or 12600739. OLE color: 12600739.
HSL color Cylindrical-coordinate representation of color #A345C0: hue angle of 285.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A345C0 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 69 | 192 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.25 |
| HSL | 285.85º | 0.49% | 0.51% | - |
| HSV(B) | 285.85º | 0.64% | 0.75% | - |
| XYZ | 26.75 | 15.85 | 51.52 | - |
| YUV | 111.13 | 173.64 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 192 | 0.15 | 0.64 | 0 | 0.25 | 285.85 | 0.49 | 0.51 |
| Hex | A3 | 45 | C0 | F | 40 | 0 | 19 | 11E | 31 | 33 |
| Octal | 243 | 105 | 300 | 17 | 100 | 0 | 31 | 436 | 61 | 63 |
| Binary | 10100011 | 1000101 | 11000000 | 1111 | 1000000 | 0 | 11001 | 100011110 | 110001 | 110011 |
Color Harmonies of #A345C0
Complementary color
Monochromatic Colors of #A345C0
Black with #A345C0
Text Example
Text Example
White with #A345C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345C0; }
p { color: rgb(163,69,192); }
H1.HeaderClassName
{
color: #A345C0;
}
.AnyTagClassName
{
color: #A345C0;
}
</style>
background-color css
<style>
a { background-color: #A345C0; }
a { background-color: rgb(163,69,192); }
div.DivClassName
{
background-color: #A345C0;
}
.BgClassName
{
background-color: #A345C0;
}
</style>
border-color css
<style>
span { border-color: #A345C0; }
span { border-color: rgb(163,69,192); }
td.TdClassName
{
border-color: #A345C0;
}
.TagClassName
{
border-color: #A345C0;
}
</style>