Shades of Wisteria #D0A9D7
Tints of Wisteria #D0A9D7
RGB
CMYK
RGB Variations
Color information
#D0A9D7 (or 0xD0A9D7) is known color: Wisteria. HEX triplet: D0, A9 and D7. RGB value is (208,169,215). Sum of RGB (Red+Green+Blue) = 208+169+215=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0A9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9D7 is #2F5628. Grayscale: #B9B9B9. Windows color (decimal): -3102249 or 14133712. OLE color: 14133712.
HSL color Cylindrical-coordinate representation of color #D0A9D7: hue angle of 290.87º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A9D7 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 169 | 215 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.16 |
| HSL | 290.87º | 0.37% | 0.75% | - |
| HSV(B) | 290.87º | 0.21% | 0.84% | - |
| XYZ | 52.47 | 46.69 | 70.54 | - |
| YUV | 185.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 215 | 0.03 | 0.21 | 0 | 0.16 | 290.87 | 0.37 | 0.75 |
| Hex | D0 | A9 | D7 | 3 | 15 | 0 | 10 | 123 | 25 | 4B |
| Octal | 320 | 251 | 327 | 3 | 25 | 0 | 20 | 443 | 45 | 113 |
| Binary | 11010000 | 10101001 | 11010111 | 11 | 10101 | 0 | 10000 | 100100011 | 100101 | 1001011 |
Color Harmonies of #D0A9D7
Complementary color
Monochromatic Colors of #D0A9D7
Black with #D0A9D7
Text Example
Text Example
White with #D0A9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9D7; }
p { color: rgb(208,169,215); }
H1.HeaderClassName
{
color: #D0A9D7;
}
.AnyTagClassName
{
color: #D0A9D7;
}
</style>
background-color css
<style>
a { background-color: #D0A9D7; }
a { background-color: rgb(208,169,215); }
div.DivClassName
{
background-color: #D0A9D7;
}
.BgClassName
{
background-color: #D0A9D7;
}
</style>
border-color css
<style>
span { border-color: #D0A9D7; }
span { border-color: rgb(208,169,215); }
td.TdClassName
{
border-color: #D0A9D7;
}
.TagClassName
{
border-color: #D0A9D7;
}
</style>