Shades of Deep Lilac #A063B6
Tints of Deep Lilac #A063B6
RGB
CMYK
RGB Variations
Color information
#A063B6 (or 0xA063B6) is known color: Deep Lilac. HEX triplet: A0, 63 and B6. RGB value is (160,99,182). Sum of RGB (Red+Green+Blue) = 160+99+182=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #A063B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063B6 is #5F9C49. Grayscale: #7E7E7E. Windows color (decimal): -6265930 or 11953056. OLE color: 11953056.
HSL color Cylindrical-coordinate representation of color #A063B6: hue angle of 284.1º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A063B6 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 99 | 182 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.29 |
| HSL | 284.1º | 0.36% | 0.55% | - |
| HSV(B) | 284.1º | 0.46% | 0.71% | - |
| XYZ | 27.4 | 19.77 | 46.63 | - |
| YUV | 126.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 182 | 0.12 | 0.46 | 0 | 0.29 | 284.1 | 0.36 | 0.55 |
| Hex | A0 | 63 | B6 | C | 2E | 0 | 1D | 11C | 24 | 37 |
| Octal | 240 | 143 | 266 | 14 | 56 | 0 | 35 | 434 | 44 | 67 |
| Binary | 10100000 | 1100011 | 10110110 | 1100 | 101110 | 0 | 11101 | 100011100 | 100100 | 110111 |
Color Harmonies of #A063B6
Complementary color
Monochromatic Colors of #A063B6
Black with #A063B6
Text Example
Text Example
White with #A063B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063B6; }
p { color: rgb(160,99,182); }
H1.HeaderClassName
{
color: #A063B6;
}
.AnyTagClassName
{
color: #A063B6;
}
</style>
background-color css
<style>
a { background-color: #A063B6; }
a { background-color: rgb(160,99,182); }
div.DivClassName
{
background-color: #A063B6;
}
.BgClassName
{
background-color: #A063B6;
}
</style>
border-color css
<style>
span { border-color: #A063B6; }
span { border-color: rgb(160,99,182); }
td.TdClassName
{
border-color: #A063B6;
}
.TagClassName
{
border-color: #A063B6;
}
</style>