Shades of Wisteria #D1A8D8
Tints of Wisteria #D1A8D8
RGB
CMYK
RGB Variations
Color information
#D1A8D8 (or 0xD1A8D8) is known color: Wisteria. HEX triplet: D1, A8 and D8. RGB value is (209,168,216). Sum of RGB (Red+Green+Blue) = 209+168+216=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8D8 is #2E5727. Grayscale: #B9B9B9. Windows color (decimal): -3036968 or 14198993. OLE color: 14198993.
HSL color Cylindrical-coordinate representation of color #D1A8D8: hue angle of 291.25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A8D8 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 168 | 216 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.15 |
| HSL | 291.25º | 0.38% | 0.75% | - |
| HSV(B) | 291.25º | 0.22% | 0.85% | - |
| XYZ | 52.69 | 46.52 | 71.17 | - |
| YUV | 185.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 216 | 0.03 | 0.22 | 0 | 0.15 | 291.25 | 0.38 | 0.75 |
| Hex | D1 | A8 | D8 | 3 | 16 | 0 | F | 123 | 26 | 4B |
| Octal | 321 | 250 | 330 | 3 | 26 | 0 | 17 | 443 | 46 | 113 |
| Binary | 11010001 | 10101000 | 11011000 | 11 | 10110 | 0 | 1111 | 100100011 | 100110 | 1001011 |
Color Harmonies of #D1A8D8
Complementary color
Monochromatic Colors of #D1A8D8
Black with #D1A8D8
Text Example
Text Example
White with #D1A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A8D8; }
p { color: rgb(209,168,216); }
H1.HeaderClassName
{
color: #D1A8D8;
}
.AnyTagClassName
{
color: #D1A8D8;
}
</style>
background-color css
<style>
a { background-color: #D1A8D8; }
a { background-color: rgb(209,168,216); }
div.DivClassName
{
background-color: #D1A8D8;
}
.BgClassName
{
background-color: #D1A8D8;
}
</style>
border-color css
<style>
span { border-color: #D1A8D8; }
span { border-color: rgb(209,168,216); }
td.TdClassName
{
border-color: #D1A8D8;
}
.TagClassName
{
border-color: #D1A8D8;
}
</style>