Shades of Wisteria #D8A2EC
Tints of Wisteria #D8A2EC
RGB
CMYK
RGB Variations
Color information
#D8A2EC (or 0xD8A2EC) is known color: Wisteria. HEX triplet: D8, A2 and EC. RGB value is (216,162,236). Sum of RGB (Red+Green+Blue) = 216+162+236=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8A2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A2EC is #275D13. Grayscale: #BABABA. Windows color (decimal): -2579732 or 15508184. OLE color: 15508184.
HSL color Cylindrical-coordinate representation of color #D8A2EC: hue angle of 283.78º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8A2EC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 162 | 236 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.07 |
| HSL | 283.78º | 0.66% | 0.78% | - |
| HSV(B) | 283.78º | 0.31% | 0.93% | - |
| XYZ | 56.38 | 46.5 | 85.36 | - |
| YUV | 186.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 236 | 0.08 | 0.31 | 0 | 0.07 | 283.78 | 0.66 | 0.78 |
| Hex | D8 | A2 | EC | 8 | 1F | 0 | 7 | 11C | 42 | 4E |
| Octal | 330 | 242 | 354 | 10 | 37 | 0 | 7 | 434 | 102 | 116 |
| Binary | 11011000 | 10100010 | 11101100 | 1000 | 11111 | 0 | 111 | 100011100 | 1000010 | 1001110 |
Color Harmonies of #D8A2EC
Complementary color
Monochromatic Colors of #D8A2EC
Black with #D8A2EC
Text Example
Text Example
White with #D8A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A2EC; }
p { color: rgb(216,162,236); }
H1.HeaderClassName
{
color: #D8A2EC;
}
.AnyTagClassName
{
color: #D8A2EC;
}
</style>
background-color css
<style>
a { background-color: #D8A2EC; }
a { background-color: rgb(216,162,236); }
div.DivClassName
{
background-color: #D8A2EC;
}
.BgClassName
{
background-color: #D8A2EC;
}
</style>
border-color css
<style>
span { border-color: #D8A2EC; }
span { border-color: rgb(216,162,236); }
td.TdClassName
{
border-color: #D8A2EC;
}
.TagClassName
{
border-color: #D8A2EC;
}
</style>