Shades of Wisteria #D8A6E9
Tints of Wisteria #D8A6E9
RGB
CMYK
RGB Variations
Color information
#D8A6E9 (or 0xD8A6E9) is known color: Wisteria. HEX triplet: D8, A6 and E9. RGB value is (216,166,233). Sum of RGB (Red+Green+Blue) = 216+166+233=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8A6E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A6E9 is #275916. Grayscale: #BCBCBC. Windows color (decimal): -2578711 or 15312600. OLE color: 15312600.
HSL color Cylindrical-coordinate representation of color #D8A6E9: hue angle of 284.78º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8A6E9 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 166 | 233 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.09 |
| HSL | 284.78º | 0.6% | 0.78% | - |
| HSV(B) | 284.78º | 0.29% | 0.91% | - |
| XYZ | 56.66 | 47.75 | 83.32 | - |
| YUV | 188.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 233 | 0.07 | 0.29 | 0 | 0.09 | 284.78 | 0.6 | 0.78 |
| Hex | D8 | A6 | E9 | 7 | 1D | 0 | 9 | 11D | 3C | 4E |
| Octal | 330 | 246 | 351 | 7 | 35 | 0 | 11 | 435 | 74 | 116 |
| Binary | 11011000 | 10100110 | 11101001 | 111 | 11101 | 0 | 1001 | 100011101 | 111100 | 1001110 |
Color Harmonies of #D8A6E9
Complementary color
Monochromatic Colors of #D8A6E9
Black with #D8A6E9
Text Example
Text Example
White with #D8A6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A6E9; }
p { color: rgb(216,166,233); }
H1.HeaderClassName
{
color: #D8A6E9;
}
.AnyTagClassName
{
color: #D8A6E9;
}
</style>
background-color css
<style>
a { background-color: #D8A6E9; }
a { background-color: rgb(216,166,233); }
div.DivClassName
{
background-color: #D8A6E9;
}
.BgClassName
{
background-color: #D8A6E9;
}
</style>
border-color css
<style>
span { border-color: #D8A6E9; }
span { border-color: rgb(216,166,233); }
td.TdClassName
{
border-color: #D8A6E9;
}
.TagClassName
{
border-color: #D8A6E9;
}
</style>