Shades of Wisteria #D8A3EB
Tints of Wisteria #D8A3EB
RGB
CMYK
RGB Variations
Color information
#D8A3EB (or 0xD8A3EB) is known color: Wisteria. HEX triplet: D8, A3 and EB. RGB value is (216,163,235). Sum of RGB (Red+Green+Blue) = 216+163+235=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A3EB is #275C14. Grayscale: #BABABA. Windows color (decimal): -2579477 or 15442904. OLE color: 15442904.
HSL color Cylindrical-coordinate representation of color #D8A3EB: hue angle of 284.17º degrees, saturation: 0.64, 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 #D8A3EB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 163 | 235 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.08 |
| HSL | 284.17º | 0.64% | 0.78% | - |
| HSV(B) | 284.17º | 0.31% | 0.92% | - |
| XYZ | 56.41 | 46.79 | 84.66 | - |
| YUV | 187.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 163 | 235 | 0.08 | 0.31 | 0 | 0.08 | 284.17 | 0.64 | 0.78 |
| Hex | D8 | A3 | EB | 8 | 1F | 0 | 8 | 11C | 40 | 4E |
| Octal | 330 | 243 | 353 | 10 | 37 | 0 | 10 | 434 | 100 | 116 |
| Binary | 11011000 | 10100011 | 11101011 | 1000 | 11111 | 0 | 1000 | 100011100 | 1000000 | 1001110 |
Color Harmonies of #D8A3EB
Complementary color
Monochromatic Colors of #D8A3EB
Black with #D8A3EB
Text Example
Text Example
White with #D8A3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A3EB; }
p { color: rgb(216,163,235); }
H1.HeaderClassName
{
color: #D8A3EB;
}
.AnyTagClassName
{
color: #D8A3EB;
}
</style>
background-color css
<style>
a { background-color: #D8A3EB; }
a { background-color: rgb(216,163,235); }
div.DivClassName
{
background-color: #D8A3EB;
}
.BgClassName
{
background-color: #D8A3EB;
}
</style>
border-color css
<style>
span { border-color: #D8A3EB; }
span { border-color: rgb(216,163,235); }
td.TdClassName
{
border-color: #D8A3EB;
}
.TagClassName
{
border-color: #D8A3EB;
}
</style>