Shades of Deep Lilac #A665B5
Tints of Deep Lilac #A665B5
RGB
CMYK
RGB Variations
Color information
#A665B5 (or 0xA665B5) is known color: Deep Lilac. HEX triplet: A6, 65 and B5. RGB value is (166,101,181). Sum of RGB (Red+Green+Blue) = 166+101+181=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #A665B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665B5 is #599A4A. Grayscale: #818181. Windows color (decimal): -5872203 or 11888038. OLE color: 11888038.
HSL color Cylindrical-coordinate representation of color #A665B5: hue angle of 288.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A665B5 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 101 | 181 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.29 |
| HSL | 288.75º | 0.35% | 0.55% | - |
| HSV(B) | 288.75º | 0.44% | 0.71% | - |
| XYZ | 28.72 | 20.75 | 46.21 | - |
| YUV | 129.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 181 | 0.08 | 0.44 | 0 | 0.29 | 288.75 | 0.35 | 0.55 |
| Hex | A6 | 65 | B5 | 8 | 2C | 0 | 1D | 121 | 23 | 37 |
| Octal | 246 | 145 | 265 | 10 | 54 | 0 | 35 | 441 | 43 | 67 |
| Binary | 10100110 | 1100101 | 10110101 | 1000 | 101100 | 0 | 11101 | 100100001 | 100011 | 110111 |
Color Harmonies of #A665B5
Complementary color
Monochromatic Colors of #A665B5
Black with #A665B5
Text Example
Text Example
White with #A665B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665B5; }
p { color: rgb(166,101,181); }
H1.HeaderClassName
{
color: #A665B5;
}
.AnyTagClassName
{
color: #A665B5;
}
</style>
background-color css
<style>
a { background-color: #A665B5; }
a { background-color: rgb(166,101,181); }
div.DivClassName
{
background-color: #A665B5;
}
.BgClassName
{
background-color: #A665B5;
}
</style>
border-color css
<style>
span { border-color: #A665B5; }
span { border-color: rgb(166,101,181); }
td.TdClassName
{
border-color: #A665B5;
}
.TagClassName
{
border-color: #A665B5;
}
</style>