Shades of Deep Lilac #A965C1
Tints of Deep Lilac #A965C1
RGB
CMYK
RGB Variations
Color information
#A965C1 (or 0xA965C1) is known color: Deep Lilac. HEX triplet: A9, 65 and C1. RGB value is (169,101,193). Sum of RGB (Red+Green+Blue) = 169+101+193=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #A965C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965C1 is #569A3E. Grayscale: #838383. Windows color (decimal): -5675583 or 12674473. OLE color: 12674473.
HSL color Cylindrical-coordinate representation of color #A965C1: hue angle of 284.35º 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 #A965C1 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 101 | 193 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.24 |
| HSL | 284.35º | 0.43% | 0.58% | - |
| HSV(B) | 284.35º | 0.48% | 0.76% | - |
| XYZ | 30.64 | 21.59 | 53 | - |
| YUV | 131.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 193 | 0.12 | 0.48 | 0 | 0.24 | 284.35 | 0.43 | 0.58 |
| Hex | A9 | 65 | C1 | C | 30 | 0 | 18 | 11C | 2B | 3A |
| Octal | 251 | 145 | 301 | 14 | 60 | 0 | 30 | 434 | 53 | 72 |
| Binary | 10101001 | 1100101 | 11000001 | 1100 | 110000 | 0 | 11000 | 100011100 | 101011 | 111010 |
Color Harmonies of #A965C1
Complementary color
Monochromatic Colors of #A965C1
Black with #A965C1
Text Example
Text Example
White with #A965C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A965C1; }
p { color: rgb(169,101,193); }
H1.HeaderClassName
{
color: #A965C1;
}
.AnyTagClassName
{
color: #A965C1;
}
</style>
background-color css
<style>
a { background-color: #A965C1; }
a { background-color: rgb(169,101,193); }
div.DivClassName
{
background-color: #A965C1;
}
.BgClassName
{
background-color: #A965C1;
}
</style>
border-color css
<style>
span { border-color: #A965C1; }
span { border-color: rgb(169,101,193); }
td.TdClassName
{
border-color: #A965C1;
}
.TagClassName
{
border-color: #A965C1;
}
</style>