Shades of Deep Lilac #A660B8
Tints of Deep Lilac #A660B8
RGB
CMYK
RGB Variations
Color information
#A660B8 (or 0xA660B8) is known color: Deep Lilac. HEX triplet: A6, 60 and B8. RGB value is (166,96,184). Sum of RGB (Red+Green+Blue) = 166+96+184=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 184 - color contains mainly: blue. Hex color #A660B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660B8 is #599F47. Grayscale: #7E7E7E. Windows color (decimal): -5873480 or 12083366. OLE color: 12083366.
HSL color Cylindrical-coordinate representation of color #A660B8: hue angle of 287.73º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A660B8 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 96 | 184 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.28 |
| HSL | 287.73º | 0.38% | 0.55% | - |
| HSV(B) | 287.73º | 0.48% | 0.72% | - |
| XYZ | 28.56 | 19.93 | 47.69 | - |
| YUV | 126.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 184 | 0.10 | 0.48 | 0 | 0.28 | 287.73 | 0.38 | 0.55 |
| Hex | A6 | 60 | B8 | A | 30 | 0 | 1C | 120 | 26 | 37 |
| Octal | 246 | 140 | 270 | 12 | 60 | 0 | 34 | 440 | 46 | 67 |
| Binary | 10100110 | 1100000 | 10111000 | 1010 | 110000 | 0 | 11100 | 100100000 | 100110 | 110111 |
Color Harmonies of #A660B8
Complementary color
Monochromatic Colors of #A660B8
Black with #A660B8
Text Example
Text Example
White with #A660B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A660B8; }
p { color: rgb(166,96,184); }
H1.HeaderClassName
{
color: #A660B8;
}
.AnyTagClassName
{
color: #A660B8;
}
</style>
background-color css
<style>
a { background-color: #A660B8; }
a { background-color: rgb(166,96,184); }
div.DivClassName
{
background-color: #A660B8;
}
.BgClassName
{
background-color: #A660B8;
}
</style>
border-color css
<style>
span { border-color: #A660B8; }
span { border-color: rgb(166,96,184); }
td.TdClassName
{
border-color: #A660B8;
}
.TagClassName
{
border-color: #A660B8;
}
</style>