Shades of Deep Lilac #A063C1
Tints of Deep Lilac #A063C1
RGB
CMYK
RGB Variations
Color information
#A063C1 (or 0xA063C1) is known color: Deep Lilac. HEX triplet: A0, 63 and C1. RGB value is (160,99,193). Sum of RGB (Red+Green+Blue) = 160+99+193=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #A063C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063C1 is #5F9C3E. Grayscale: #7F7F7F. Windows color (decimal): -6265919 or 12673952. OLE color: 12673952.
HSL color Cylindrical-coordinate representation of color #A063C1: hue angle of 278.94º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A063C1 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 99 | 193 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.24 |
| HSL | 278.94º | 0.43% | 0.57% | - |
| HSV(B) | 278.94º | 0.49% | 0.76% | - |
| XYZ | 28.58 | 20.25 | 52.85 | - |
| YUV | 127.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 193 | 0.17 | 0.49 | 0 | 0.24 | 278.94 | 0.43 | 0.57 |
| Hex | A0 | 63 | C1 | 11 | 31 | 0 | 18 | 117 | 2B | 39 |
| Octal | 240 | 143 | 301 | 21 | 61 | 0 | 30 | 427 | 53 | 71 |
| Binary | 10100000 | 1100011 | 11000001 | 10001 | 110001 | 0 | 11000 | 100010111 | 101011 | 111001 |
Color Harmonies of #A063C1
Complementary color
Monochromatic Colors of #A063C1
Black with #A063C1
Text Example
Text Example
White with #A063C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063C1; }
p { color: rgb(160,99,193); }
H1.HeaderClassName
{
color: #A063C1;
}
.AnyTagClassName
{
color: #A063C1;
}
</style>
background-color css
<style>
a { background-color: #A063C1; }
a { background-color: rgb(160,99,193); }
div.DivClassName
{
background-color: #A063C1;
}
.BgClassName
{
background-color: #A063C1;
}
</style>
border-color css
<style>
span { border-color: #A063C1; }
span { border-color: rgb(160,99,193); }
td.TdClassName
{
border-color: #A063C1;
}
.TagClassName
{
border-color: #A063C1;
}
</style>