Shades of Wisteria #D8A1EB
Tints of Wisteria #D8A1EB
RGB
CMYK
RGB Variations
Color information
#D8A1EB (or 0xD8A1EB) is known color: Wisteria. HEX triplet: D8, A1 and EB. RGB value is (216,161,235). Sum of RGB (Red+Green+Blue) = 216+161+235=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A1EB is #275E14. Grayscale: #B9B9B9. Windows color (decimal): -2579989 or 15442392. OLE color: 15442392.
HSL color Cylindrical-coordinate representation of color #D8A1EB: hue angle of 284.59º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8A1EB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 161 | 235 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.08 |
| HSL | 284.59º | 0.65% | 0.78% | - |
| HSV(B) | 284.59º | 0.31% | 0.92% | - |
| XYZ | 56.06 | 46.09 | 84.54 | - |
| YUV | 185.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 235 | 0.08 | 0.31 | 0 | 0.08 | 284.59 | 0.65 | 0.78 |
| Hex | D8 | A1 | EB | 8 | 1F | 0 | 8 | 11D | 41 | 4E |
| Octal | 330 | 241 | 353 | 10 | 37 | 0 | 10 | 435 | 101 | 116 |
| Binary | 11011000 | 10100001 | 11101011 | 1000 | 11111 | 0 | 1000 | 100011101 | 1000001 | 1001110 |
Color Harmonies of #D8A1EB
Complementary color
Monochromatic Colors of #D8A1EB
Black with #D8A1EB
Text Example
Text Example
White with #D8A1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1EB; }
p { color: rgb(216,161,235); }
H1.HeaderClassName
{
color: #D8A1EB;
}
.AnyTagClassName
{
color: #D8A1EB;
}
</style>
background-color css
<style>
a { background-color: #D8A1EB; }
a { background-color: rgb(216,161,235); }
div.DivClassName
{
background-color: #D8A1EB;
}
.BgClassName
{
background-color: #D8A1EB;
}
</style>
border-color css
<style>
span { border-color: #D8A1EB; }
span { border-color: rgb(216,161,235); }
td.TdClassName
{
border-color: #D8A1EB;
}
.TagClassName
{
border-color: #D8A1EB;
}
</style>