Shades of Wisteria #D8A1EF
Tints of Wisteria #D8A1EF
RGB
CMYK
RGB Variations
Color information
#D8A1EF (or 0xD8A1EF) is known color: Wisteria. HEX triplet: D8, A1 and EF. RGB value is (216,161,239). Sum of RGB (Red+Green+Blue) = 216+161+239=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8A1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A1EF is #275E10. Grayscale: #BABABA. Windows color (decimal): -2579985 or 15704536. OLE color: 15704536.
HSL color Cylindrical-coordinate representation of color #D8A1EF: hue angle of 282.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8A1EF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 161 | 239 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.06 |
| HSL | 282.31º | 0.71% | 0.78% | - |
| HSV(B) | 282.31º | 0.33% | 0.94% | - |
| XYZ | 56.64 | 46.32 | 87.62 | - |
| YUV | 186.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 239 | 0.10 | 0.33 | 0 | 0.06 | 282.31 | 0.71 | 0.78 |
| Hex | D8 | A1 | EF | A | 21 | 0 | 6 | 11A | 47 | 4E |
| Octal | 330 | 241 | 357 | 12 | 41 | 0 | 6 | 432 | 107 | 116 |
| Binary | 11011000 | 10100001 | 11101111 | 1010 | 100001 | 0 | 110 | 100011010 | 1000111 | 1001110 |
Color Harmonies of #D8A1EF
Complementary color
Monochromatic Colors of #D8A1EF
Black with #D8A1EF
Text Example
Text Example
White with #D8A1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1EF; }
p { color: rgb(216,161,239); }
H1.HeaderClassName
{
color: #D8A1EF;
}
.AnyTagClassName
{
color: #D8A1EF;
}
</style>
background-color css
<style>
a { background-color: #D8A1EF; }
a { background-color: rgb(216,161,239); }
div.DivClassName
{
background-color: #D8A1EF;
}
.BgClassName
{
background-color: #D8A1EF;
}
</style>
border-color css
<style>
span { border-color: #D8A1EF; }
span { border-color: rgb(216,161,239); }
td.TdClassName
{
border-color: #D8A1EF;
}
.TagClassName
{
border-color: #D8A1EF;
}
</style>