Shades of Wisteria #D0A5D7
Tints of Wisteria #D0A5D7
RGB
CMYK
RGB Variations
Color information
#D0A5D7 (or 0xD0A5D7) is known color: Wisteria. HEX triplet: D0, A5 and D7. RGB value is (208,165,215). Sum of RGB (Red+Green+Blue) = 208+165+215=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0A5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5D7 is #2F5A28. Grayscale: #B7B7B7. Windows color (decimal): -3103273 or 14132688. OLE color: 14132688.
HSL color Cylindrical-coordinate representation of color #D0A5D7: hue angle of 291.6º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A5D7 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 165 | 215 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.16 |
| HSL | 291.6º | 0.38% | 0.75% | - |
| HSV(B) | 291.6º | 0.23% | 0.84% | - |
| XYZ | 51.73 | 45.23 | 70.29 | - |
| YUV | 183.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 215 | 0.03 | 0.23 | 0 | 0.16 | 291.6 | 0.38 | 0.75 |
| Hex | D0 | A5 | D7 | 3 | 17 | 0 | 10 | 124 | 26 | 4B |
| Octal | 320 | 245 | 327 | 3 | 27 | 0 | 20 | 444 | 46 | 113 |
| Binary | 11010000 | 10100101 | 11010111 | 11 | 10111 | 0 | 10000 | 100100100 | 100110 | 1001011 |
Color Harmonies of #D0A5D7
Complementary color
Monochromatic Colors of #D0A5D7
Black with #D0A5D7
Text Example
Text Example
White with #D0A5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5D7; }
p { color: rgb(208,165,215); }
H1.HeaderClassName
{
color: #D0A5D7;
}
.AnyTagClassName
{
color: #D0A5D7;
}
</style>
background-color css
<style>
a { background-color: #D0A5D7; }
a { background-color: rgb(208,165,215); }
div.DivClassName
{
background-color: #D0A5D7;
}
.BgClassName
{
background-color: #D0A5D7;
}
</style>
border-color css
<style>
span { border-color: #D0A5D7; }
span { border-color: rgb(208,165,215); }
td.TdClassName
{
border-color: #D0A5D7;
}
.TagClassName
{
border-color: #D0A5D7;
}
</style>