Shades of Deep Lilac #A345C2
Tints of Deep Lilac #A345C2
RGB
CMYK
RGB Variations
Color information
#A345C2 (or 0xA345C2) is known color: Deep Lilac. HEX triplet: A3, 45 and C2. RGB value is (163,69,194). Sum of RGB (Red+Green+Blue) = 163+69+194=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #A345C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345C2 is #5CBA3D. Grayscale: #6E6E6E. Windows color (decimal): -6076990 or 12731811. OLE color: 12731811.
HSL color Cylindrical-coordinate representation of color #A345C2: hue angle of 285.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A345C2 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 69 | 194 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.24 |
| HSL | 285.12º | 0.51% | 0.52% | - |
| HSV(B) | 285.12º | 0.64% | 0.76% | - |
| XYZ | 26.97 | 15.94 | 52.69 | - |
| YUV | 111.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 194 | 0.16 | 0.64 | 0 | 0.24 | 285.12 | 0.51 | 0.52 |
| Hex | A3 | 45 | C2 | 10 | 40 | 0 | 18 | 11D | 33 | 34 |
| Octal | 243 | 105 | 302 | 20 | 100 | 0 | 30 | 435 | 63 | 64 |
| Binary | 10100011 | 1000101 | 11000010 | 10000 | 1000000 | 0 | 11000 | 100011101 | 110011 | 110100 |
Color Harmonies of #A345C2
Complementary color
Monochromatic Colors of #A345C2
Black with #A345C2
Text Example
Text Example
White with #A345C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345C2; }
p { color: rgb(163,69,194); }
H1.HeaderClassName
{
color: #A345C2;
}
.AnyTagClassName
{
color: #A345C2;
}
</style>
background-color css
<style>
a { background-color: #A345C2; }
a { background-color: rgb(163,69,194); }
div.DivClassName
{
background-color: #A345C2;
}
.BgClassName
{
background-color: #A345C2;
}
</style>
border-color css
<style>
span { border-color: #A345C2; }
span { border-color: rgb(163,69,194); }
td.TdClassName
{
border-color: #A345C2;
}
.TagClassName
{
border-color: #A345C2;
}
</style>