Shades of Deep Lilac #A763C5
Tints of Deep Lilac #A763C5
RGB
CMYK
RGB Variations
Color information
#A763C5 (or 0xA763C5) is known color: Deep Lilac. HEX triplet: A7, 63 and C5. RGB value is (167,99,197). Sum of RGB (Red+Green+Blue) = 167+99+197=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #A763C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763C5 is #589C3A. Grayscale: #828282. Windows color (decimal): -5807163 or 12936103. OLE color: 12936103.
HSL color Cylindrical-coordinate representation of color #A763C5: hue angle of 281.63º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A763C5 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 99 | 197 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.23 |
| HSL | 281.63º | 0.46% | 0.58% | - |
| HSV(B) | 281.63º | 0.5% | 0.77% | - |
| XYZ | 30.48 | 21.17 | 55.3 | - |
| YUV | 130.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 197 | 0.15 | 0.50 | 0 | 0.23 | 281.63 | 0.46 | 0.58 |
| Hex | A7 | 63 | C5 | F | 32 | 0 | 17 | 11A | 2E | 3A |
| Octal | 247 | 143 | 305 | 17 | 62 | 0 | 27 | 432 | 56 | 72 |
| Binary | 10100111 | 1100011 | 11000101 | 1111 | 110010 | 0 | 10111 | 100011010 | 101110 | 111010 |
Color Harmonies of #A763C5
Complementary color
Monochromatic Colors of #A763C5
Black with #A763C5
Text Example
Text Example
White with #A763C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A763C5; }
p { color: rgb(167,99,197); }
H1.HeaderClassName
{
color: #A763C5;
}
.AnyTagClassName
{
color: #A763C5;
}
</style>
background-color css
<style>
a { background-color: #A763C5; }
a { background-color: rgb(167,99,197); }
div.DivClassName
{
background-color: #A763C5;
}
.BgClassName
{
background-color: #A763C5;
}
</style>
border-color css
<style>
span { border-color: #A763C5; }
span { border-color: rgb(167,99,197); }
td.TdClassName
{
border-color: #A763C5;
}
.TagClassName
{
border-color: #A763C5;
}
</style>