Shades of Wisteria #D7ACE6
Tints of Wisteria #D7ACE6
RGB
CMYK
RGB Variations
Color information
#D7ACE6 (or 0xD7ACE6) is known color: Wisteria. HEX triplet: D7, AC and E6. RGB value is (215,172,230). Sum of RGB (Red+Green+Blue) = 215+172+230=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7ACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ACE6 is #285319. Grayscale: #BFBFBF. Windows color (decimal): -2642714 or 15117527. OLE color: 15117527.
HSL color Cylindrical-coordinate representation of color #D7ACE6: hue angle of 284.48º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7ACE6 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 172 | 230 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.10 |
| HSL | 284.48º | 0.54% | 0.79% | - |
| HSV(B) | 284.48º | 0.25% | 0.9% | - |
| XYZ | 57.06 | 49.67 | 81.44 | - |
| YUV | 191.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 230 | 0.07 | 0.25 | 0 | 0.10 | 284.48 | 0.54 | 0.79 |
| Hex | D7 | AC | E6 | 7 | 19 | 0 | A | 11C | 36 | 4F |
| Octal | 327 | 254 | 346 | 7 | 31 | 0 | 12 | 434 | 66 | 117 |
| Binary | 11010111 | 10101100 | 11100110 | 111 | 11001 | 0 | 1010 | 100011100 | 110110 | 1001111 |
Color Harmonies of #D7ACE6
Complementary color
Monochromatic Colors of #D7ACE6
Black with #D7ACE6
Text Example
Text Example
White with #D7ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ACE6; }
p { color: rgb(215,172,230); }
H1.HeaderClassName
{
color: #D7ACE6;
}
.AnyTagClassName
{
color: #D7ACE6;
}
</style>
background-color css
<style>
a { background-color: #D7ACE6; }
a { background-color: rgb(215,172,230); }
div.DivClassName
{
background-color: #D7ACE6;
}
.BgClassName
{
background-color: #D7ACE6;
}
</style>
border-color css
<style>
span { border-color: #D7ACE6; }
span { border-color: rgb(215,172,230); }
td.TdClassName
{
border-color: #D7ACE6;
}
.TagClassName
{
border-color: #D7ACE6;
}
</style>