Shades of Wisteria #D1A6D9
Tints of Wisteria #D1A6D9
RGB
CMYK
RGB Variations
Color information
#D1A6D9 (or 0xD1A6D9) is known color: Wisteria. HEX triplet: D1, A6 and D9. RGB value is (209,166,217). Sum of RGB (Red+Green+Blue) = 209+166+217=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1A6D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6D9 is #2E5926. Grayscale: #B8B8B8. Windows color (decimal): -3037479 or 14264017. OLE color: 14264017.
HSL color Cylindrical-coordinate representation of color #D1A6D9: hue angle of 290.59º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1A6D9 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 166 | 217 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.15 |
| HSL | 290.59º | 0.4% | 0.75% | - |
| HSV(B) | 290.59º | 0.24% | 0.85% | - |
| XYZ | 52.46 | 45.84 | 71.73 | - |
| YUV | 184.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 217 | 0.04 | 0.24 | 0 | 0.15 | 290.59 | 0.4 | 0.75 |
| Hex | D1 | A6 | D9 | 4 | 18 | 0 | F | 123 | 28 | 4B |
| Octal | 321 | 246 | 331 | 4 | 30 | 0 | 17 | 443 | 50 | 113 |
| Binary | 11010001 | 10100110 | 11011001 | 100 | 11000 | 0 | 1111 | 100100011 | 101000 | 1001011 |
Color Harmonies of #D1A6D9
Complementary color
Monochromatic Colors of #D1A6D9
Black with #D1A6D9
Text Example
Text Example
White with #D1A6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6D9; }
p { color: rgb(209,166,217); }
H1.HeaderClassName
{
color: #D1A6D9;
}
.AnyTagClassName
{
color: #D1A6D9;
}
</style>
background-color css
<style>
a { background-color: #D1A6D9; }
a { background-color: rgb(209,166,217); }
div.DivClassName
{
background-color: #D1A6D9;
}
.BgClassName
{
background-color: #D1A6D9;
}
</style>
border-color css
<style>
span { border-color: #D1A6D9; }
span { border-color: rgb(209,166,217); }
td.TdClassName
{
border-color: #D1A6D9;
}
.TagClassName
{
border-color: #D1A6D9;
}
</style>