Shades of Wisteria #D1A6EF
Tints of Wisteria #D1A6EF
RGB
CMYK
RGB Variations
Color information
#D1A6EF (or 0xD1A6EF) is known color: Wisteria. HEX triplet: D1, A6 and EF. RGB value is (209,166,239). Sum of RGB (Red+Green+Blue) = 209+166+239=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1A6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A6EF is #2E5910. Grayscale: #BABABA. Windows color (decimal): -3037457 or 15705809. OLE color: 15705809.
HSL color Cylindrical-coordinate representation of color #D1A6EF: hue angle of 275.34º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1A6EF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 166 | 239 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.06 |
| HSL | 275.34º | 0.7% | 0.79% | - |
| HSV(B) | 275.34º | 0.31% | 0.94% | - |
| XYZ | 55.51 | 47.06 | 87.82 | - |
| YUV | 187.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 239 | 0.13 | 0.31 | 0 | 0.06 | 275.34 | 0.7 | 0.79 |
| Hex | D1 | A6 | EF | D | 1F | 0 | 6 | 113 | 46 | 4F |
| Octal | 321 | 246 | 357 | 15 | 37 | 0 | 6 | 423 | 106 | 117 |
| Binary | 11010001 | 10100110 | 11101111 | 1101 | 11111 | 0 | 110 | 100010011 | 1000110 | 1001111 |
Color Harmonies of #D1A6EF
Complementary color
Monochromatic Colors of #D1A6EF
Black with #D1A6EF
Text Example
Text Example
White with #D1A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6EF; }
p { color: rgb(209,166,239); }
H1.HeaderClassName
{
color: #D1A6EF;
}
.AnyTagClassName
{
color: #D1A6EF;
}
</style>
background-color css
<style>
a { background-color: #D1A6EF; }
a { background-color: rgb(209,166,239); }
div.DivClassName
{
background-color: #D1A6EF;
}
.BgClassName
{
background-color: #D1A6EF;
}
</style>
border-color css
<style>
span { border-color: #D1A6EF; }
span { border-color: rgb(209,166,239); }
td.TdClassName
{
border-color: #D1A6EF;
}
.TagClassName
{
border-color: #D1A6EF;
}
</style>