Shades of Deep Lilac #A65FB9
Tints of Deep Lilac #A65FB9
RGB
CMYK
RGB Variations
Color information
#A65FB9 (or 0xA65FB9) is known color: Deep Lilac. HEX triplet: A6, 5F and B9. RGB value is (166,95,185). Sum of RGB (Red+Green+Blue) = 166+95+185=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #A65FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FB9 is #59A046. Grayscale: #7E7E7E. Windows color (decimal): -5873735 or 12148646. OLE color: 12148646.
HSL color Cylindrical-coordinate representation of color #A65FB9: hue angle of 287.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65FB9 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 95 | 185 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.27 |
| HSL | 287.33º | 0.39% | 0.55% | - |
| HSV(B) | 287.33º | 0.49% | 0.73% | - |
| XYZ | 28.58 | 19.79 | 48.21 | - |
| YUV | 126.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 185 | 0.10 | 0.49 | 0 | 0.27 | 287.33 | 0.39 | 0.55 |
| Hex | A6 | 5F | B9 | A | 31 | 0 | 1B | 11F | 27 | 37 |
| Octal | 246 | 137 | 271 | 12 | 61 | 0 | 33 | 437 | 47 | 67 |
| Binary | 10100110 | 1011111 | 10111001 | 1010 | 110001 | 0 | 11011 | 100011111 | 100111 | 110111 |
Color Harmonies of #A65FB9
Complementary color
Monochromatic Colors of #A65FB9
Black with #A65FB9
Text Example
Text Example
White with #A65FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FB9; }
p { color: rgb(166,95,185); }
H1.HeaderClassName
{
color: #A65FB9;
}
.AnyTagClassName
{
color: #A65FB9;
}
</style>
background-color css
<style>
a { background-color: #A65FB9; }
a { background-color: rgb(166,95,185); }
div.DivClassName
{
background-color: #A65FB9;
}
.BgClassName
{
background-color: #A65FB9;
}
</style>
border-color css
<style>
span { border-color: #A65FB9; }
span { border-color: rgb(166,95,185); }
td.TdClassName
{
border-color: #A65FB9;
}
.TagClassName
{
border-color: #A65FB9;
}
</style>