Shades of Deep Lilac #A663B8
Tints of Deep Lilac #A663B8
RGB
CMYK
RGB Variations
Color information
#A663B8 (or 0xA663B8) is known color: Deep Lilac. HEX triplet: A6, 63 and B8. RGB value is (166,99,184). Sum of RGB (Red+Green+Blue) = 166+99+184=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #A663B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663B8 is #599C47. Grayscale: #808080. Windows color (decimal): -5872712 or 12084134. OLE color: 12084134.
HSL color Cylindrical-coordinate representation of color #A663B8: hue angle of 287.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A663B8 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 99 | 184 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.28 |
| HSL | 287.29º | 0.37% | 0.55% | - |
| HSV(B) | 287.29º | 0.46% | 0.72% | - |
| XYZ | 28.84 | 20.49 | 47.78 | - |
| YUV | 128.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 184 | 0.10 | 0.46 | 0 | 0.28 | 287.29 | 0.37 | 0.55 |
| Hex | A6 | 63 | B8 | A | 2E | 0 | 1C | 11F | 25 | 37 |
| Octal | 246 | 143 | 270 | 12 | 56 | 0 | 34 | 437 | 45 | 67 |
| Binary | 10100110 | 1100011 | 10111000 | 1010 | 101110 | 0 | 11100 | 100011111 | 100101 | 110111 |
Color Harmonies of #A663B8
Complementary color
Monochromatic Colors of #A663B8
Black with #A663B8
Text Example
Text Example
White with #A663B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663B8; }
p { color: rgb(166,99,184); }
H1.HeaderClassName
{
color: #A663B8;
}
.AnyTagClassName
{
color: #A663B8;
}
</style>
background-color css
<style>
a { background-color: #A663B8; }
a { background-color: rgb(166,99,184); }
div.DivClassName
{
background-color: #A663B8;
}
.BgClassName
{
background-color: #A663B8;
}
</style>
border-color css
<style>
span { border-color: #A663B8; }
span { border-color: rgb(166,99,184); }
td.TdClassName
{
border-color: #A663B8;
}
.TagClassName
{
border-color: #A663B8;
}
</style>