Shades of Wisteria #D7A9EA
Tints of Wisteria #D7A9EA
RGB
CMYK
RGB Variations
Color information
#D7A9EA (or 0xD7A9EA) is known color: Wisteria. HEX triplet: D7, A9 and EA. RGB value is (215,169,234). Sum of RGB (Red+Green+Blue) = 215+169+234=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A9EA is #285615. Grayscale: #BDBDBD. Windows color (decimal): -2643478 or 15378903. OLE color: 15378903.
HSL color Cylindrical-coordinate representation of color #D7A9EA: hue angle of 282.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7A9EA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 169 | 234 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.08 |
| HSL | 282.46º | 0.61% | 0.79% | - |
| HSV(B) | 282.46º | 0.28% | 0.92% | - |
| XYZ | 57.06 | 48.76 | 84.25 | - |
| YUV | 190.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 234 | 0.08 | 0.28 | 0 | 0.08 | 282.46 | 0.61 | 0.79 |
| Hex | D7 | A9 | EA | 8 | 1C | 0 | 8 | 11A | 3D | 4F |
| Octal | 327 | 251 | 352 | 10 | 34 | 0 | 10 | 432 | 75 | 117 |
| Binary | 11010111 | 10101001 | 11101010 | 1000 | 11100 | 0 | 1000 | 100011010 | 111101 | 1001111 |
Color Harmonies of #D7A9EA
Complementary color
Monochromatic Colors of #D7A9EA
Black with #D7A9EA
Text Example
Text Example
White with #D7A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A9EA; }
p { color: rgb(215,169,234); }
H1.HeaderClassName
{
color: #D7A9EA;
}
.AnyTagClassName
{
color: #D7A9EA;
}
</style>
background-color css
<style>
a { background-color: #D7A9EA; }
a { background-color: rgb(215,169,234); }
div.DivClassName
{
background-color: #D7A9EA;
}
.BgClassName
{
background-color: #D7A9EA;
}
</style>
border-color css
<style>
span { border-color: #D7A9EA; }
span { border-color: rgb(215,169,234); }
td.TdClassName
{
border-color: #D7A9EA;
}
.TagClassName
{
border-color: #D7A9EA;
}
</style>