Shades of Wisteria #D8A0EC
Tints of Wisteria #D8A0EC
RGB
CMYK
RGB Variations
Color information
#D8A0EC (or 0xD8A0EC) is known color: Wisteria. HEX triplet: D8, A0 and EC. RGB value is (216,160,236). Sum of RGB (Red+Green+Blue) = 216+160+236=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8A0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A0EC is #275F13. Grayscale: #B9B9B9. Windows color (decimal): -2580244 or 15507672. OLE color: 15507672.
HSL color Cylindrical-coordinate representation of color #D8A0EC: hue angle of 284.21º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8A0EC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 160 | 236 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.07 |
| HSL | 284.21º | 0.67% | 0.78% | - |
| HSV(B) | 284.21º | 0.32% | 0.93% | - |
| XYZ | 56.03 | 45.8 | 85.24 | - |
| YUV | 185.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 236 | 0.08 | 0.32 | 0 | 0.07 | 284.21 | 0.67 | 0.78 |
| Hex | D8 | A0 | EC | 8 | 20 | 0 | 7 | 11C | 43 | 4E |
| Octal | 330 | 240 | 354 | 10 | 40 | 0 | 7 | 434 | 103 | 116 |
| Binary | 11011000 | 10100000 | 11101100 | 1000 | 100000 | 0 | 111 | 100011100 | 1000011 | 1001110 |
Color Harmonies of #D8A0EC
Complementary color
Monochromatic Colors of #D8A0EC
Black with #D8A0EC
Text Example
Text Example
White with #D8A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A0EC; }
p { color: rgb(216,160,236); }
H1.HeaderClassName
{
color: #D8A0EC;
}
.AnyTagClassName
{
color: #D8A0EC;
}
</style>
background-color css
<style>
a { background-color: #D8A0EC; }
a { background-color: rgb(216,160,236); }
div.DivClassName
{
background-color: #D8A0EC;
}
.BgClassName
{
background-color: #D8A0EC;
}
</style>
border-color css
<style>
span { border-color: #D8A0EC; }
span { border-color: rgb(216,160,236); }
td.TdClassName
{
border-color: #D8A0EC;
}
.TagClassName
{
border-color: #D8A0EC;
}
</style>