Shades of Deep Lilac #A145C6
Tints of Deep Lilac #A145C6
RGB
CMYK
RGB Variations
Color information
#A145C6 (or 0xA145C6) is known color: Deep Lilac. HEX triplet: A1, 45 and C6. RGB value is (161,69,198). Sum of RGB (Red+Green+Blue) = 161+69+198=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #A145C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145C6 is #5EBA39. Grayscale: #6E6E6E. Windows color (decimal): -6208058 or 12993953. OLE color: 12993953.
HSL color Cylindrical-coordinate representation of color #A145C6: hue angle of 282.79º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A145C6 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 69 | 198 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.22 |
| HSL | 282.79º | 0.53% | 0.52% | - |
| HSV(B) | 282.79º | 0.65% | 0.78% | - |
| XYZ | 27.02 | 15.91 | 55.07 | - |
| YUV | 111.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 198 | 0.19 | 0.65 | 0 | 0.22 | 282.79 | 0.53 | 0.52 |
| Hex | A1 | 45 | C6 | 13 | 41 | 0 | 16 | 11B | 35 | 34 |
| Octal | 241 | 105 | 306 | 23 | 101 | 0 | 26 | 433 | 65 | 64 |
| Binary | 10100001 | 1000101 | 11000110 | 10011 | 1000001 | 0 | 10110 | 100011011 | 110101 | 110100 |
Color Harmonies of #A145C6
Complementary color
Monochromatic Colors of #A145C6
Black with #A145C6
Text Example
Text Example
White with #A145C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145C6; }
p { color: rgb(161,69,198); }
H1.HeaderClassName
{
color: #A145C6;
}
.AnyTagClassName
{
color: #A145C6;
}
</style>
background-color css
<style>
a { background-color: #A145C6; }
a { background-color: rgb(161,69,198); }
div.DivClassName
{
background-color: #A145C6;
}
.BgClassName
{
background-color: #A145C6;
}
</style>
border-color css
<style>
span { border-color: #A145C6; }
span { border-color: rgb(161,69,198); }
td.TdClassName
{
border-color: #A145C6;
}
.TagClassName
{
border-color: #A145C6;
}
</style>