Shades of Deep Lilac #A765C1
Tints of Deep Lilac #A765C1
RGB
CMYK
RGB Variations
Color information
#A765C1 (or 0xA765C1) is known color: Deep Lilac. HEX triplet: A7, 65 and C1. RGB value is (167,101,193). Sum of RGB (Red+Green+Blue) = 167+101+193=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #A765C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765C1 is #589A3E. Grayscale: #828282. Windows color (decimal): -5806655 or 12674471. OLE color: 12674471.
HSL color Cylindrical-coordinate representation of color #A765C1: hue angle of 283.04º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A765C1 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 101 | 193 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.24 |
| HSL | 283.04º | 0.43% | 0.58% | - |
| HSV(B) | 283.04º | 0.48% | 0.76% | - |
| XYZ | 30.22 | 21.37 | 52.98 | - |
| YUV | 131.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 193 | 0.13 | 0.48 | 0 | 0.24 | 283.04 | 0.43 | 0.58 |
| Hex | A7 | 65 | C1 | D | 30 | 0 | 18 | 11B | 2B | 3A |
| Octal | 247 | 145 | 301 | 15 | 60 | 0 | 30 | 433 | 53 | 72 |
| Binary | 10100111 | 1100101 | 11000001 | 1101 | 110000 | 0 | 11000 | 100011011 | 101011 | 111010 |
Color Harmonies of #A765C1
Complementary color
Monochromatic Colors of #A765C1
Black with #A765C1
Text Example
Text Example
White with #A765C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A765C1; }
p { color: rgb(167,101,193); }
H1.HeaderClassName
{
color: #A765C1;
}
.AnyTagClassName
{
color: #A765C1;
}
</style>
background-color css
<style>
a { background-color: #A765C1; }
a { background-color: rgb(167,101,193); }
div.DivClassName
{
background-color: #A765C1;
}
.BgClassName
{
background-color: #A765C1;
}
</style>
border-color css
<style>
span { border-color: #A765C1; }
span { border-color: rgb(167,101,193); }
td.TdClassName
{
border-color: #A765C1;
}
.TagClassName
{
border-color: #A765C1;
}
</style>