Shades of Deep Lilac #A965BB
Tints of Deep Lilac #A965BB
RGB
CMYK
RGB Variations
Color information
#A965BB (or 0xA965BB) is known color: Deep Lilac. HEX triplet: A9, 65 and BB. RGB value is (169,101,187). Sum of RGB (Red+Green+Blue) = 169+101+187=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #A965BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965BB is #569A44. Grayscale: #828282. Windows color (decimal): -5675589 or 12281257. OLE color: 12281257.
HSL color Cylindrical-coordinate representation of color #A965BB: hue angle of 287.44º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A965BB is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 101 | 187 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.27 |
| HSL | 287.44º | 0.39% | 0.56% | - |
| HSV(B) | 287.44º | 0.46% | 0.73% | - |
| XYZ | 29.99 | 21.33 | 49.55 | - |
| YUV | 131.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 187 | 0.10 | 0.46 | 0 | 0.27 | 287.44 | 0.39 | 0.56 |
| Hex | A9 | 65 | BB | A | 2E | 0 | 1B | 11F | 27 | 38 |
| Octal | 251 | 145 | 273 | 12 | 56 | 0 | 33 | 437 | 47 | 70 |
| Binary | 10101001 | 1100101 | 10111011 | 1010 | 101110 | 0 | 11011 | 100011111 | 100111 | 111000 |
Color Harmonies of #A965BB
Complementary color
Monochromatic Colors of #A965BB
Black with #A965BB
Text Example
Text Example
White with #A965BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A965BB; }
p { color: rgb(169,101,187); }
H1.HeaderClassName
{
color: #A965BB;
}
.AnyTagClassName
{
color: #A965BB;
}
</style>
background-color css
<style>
a { background-color: #A965BB; }
a { background-color: rgb(169,101,187); }
div.DivClassName
{
background-color: #A965BB;
}
.BgClassName
{
background-color: #A965BB;
}
</style>
border-color css
<style>
span { border-color: #A965BB; }
span { border-color: rgb(169,101,187); }
td.TdClassName
{
border-color: #A965BB;
}
.TagClassName
{
border-color: #A965BB;
}
</style>