Shades of Deep Lilac #A045C6
Tints of Deep Lilac #A045C6
RGB
CMYK
RGB Variations
Color information
#A045C6 (or 0xA045C6) is known color: Deep Lilac. HEX triplet: A0, 45 and C6. RGB value is (160,69,198). Sum of RGB (Red+Green+Blue) = 160+69+198=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #A045C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045C6 is #5FBA39. Grayscale: #6E6E6E. Windows color (decimal): -6273594 or 12993952. OLE color: 12993952.
HSL color Cylindrical-coordinate representation of color #A045C6: hue angle of 282.33º 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 #A045C6 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 69 | 198 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.22 |
| HSL | 282.33º | 0.53% | 0.52% | - |
| HSV(B) | 282.33º | 0.65% | 0.78% | - |
| XYZ | 26.82 | 15.81 | 55.06 | - |
| YUV | 110.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 198 | 0.19 | 0.65 | 0 | 0.22 | 282.33 | 0.53 | 0.52 |
| Hex | A0 | 45 | C6 | 13 | 41 | 0 | 16 | 11A | 35 | 34 |
| Octal | 240 | 105 | 306 | 23 | 101 | 0 | 26 | 432 | 65 | 64 |
| Binary | 10100000 | 1000101 | 11000110 | 10011 | 1000001 | 0 | 10110 | 100011010 | 110101 | 110100 |
Color Harmonies of #A045C6
Complementary color
Monochromatic Colors of #A045C6
Black with #A045C6
Text Example
Text Example
White with #A045C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045C6; }
p { color: rgb(160,69,198); }
H1.HeaderClassName
{
color: #A045C6;
}
.AnyTagClassName
{
color: #A045C6;
}
</style>
background-color css
<style>
a { background-color: #A045C6; }
a { background-color: rgb(160,69,198); }
div.DivClassName
{
background-color: #A045C6;
}
.BgClassName
{
background-color: #A045C6;
}
</style>
border-color css
<style>
span { border-color: #A045C6; }
span { border-color: rgb(160,69,198); }
td.TdClassName
{
border-color: #A045C6;
}
.TagClassName
{
border-color: #A045C6;
}
</style>