Shades of Wisteria #D0A3D7
Tints of Wisteria #D0A3D7
RGB
CMYK
RGB Variations
Color information
#D0A3D7 (or 0xD0A3D7) is known color: Wisteria. HEX triplet: D0, A3 and D7. RGB value is (208,163,215). Sum of RGB (Red+Green+Blue) = 208+163+215=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0A3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3D7 is #2F5C28. Grayscale: #B6B6B6. Windows color (decimal): -3103785 or 14132176. OLE color: 14132176.
HSL color Cylindrical-coordinate representation of color #D0A3D7: hue angle of 291.92º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0A3D7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 163 | 215 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.16 |
| HSL | 291.92º | 0.39% | 0.74% | - |
| HSV(B) | 291.92º | 0.24% | 0.84% | - |
| XYZ | 51.38 | 44.51 | 70.17 | - |
| YUV | 182.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 215 | 0.03 | 0.24 | 0 | 0.16 | 291.92 | 0.39 | 0.74 |
| Hex | D0 | A3 | D7 | 3 | 18 | 0 | 10 | 124 | 27 | 4A |
| Octal | 320 | 243 | 327 | 3 | 30 | 0 | 20 | 444 | 47 | 112 |
| Binary | 11010000 | 10100011 | 11010111 | 11 | 11000 | 0 | 10000 | 100100100 | 100111 | 1001010 |
Color Harmonies of #D0A3D7
Complementary color
Monochromatic Colors of #D0A3D7
Black with #D0A3D7
Text Example
Text Example
White with #D0A3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A3D7; }
p { color: rgb(208,163,215); }
H1.HeaderClassName
{
color: #D0A3D7;
}
.AnyTagClassName
{
color: #D0A3D7;
}
</style>
background-color css
<style>
a { background-color: #D0A3D7; }
a { background-color: rgb(208,163,215); }
div.DivClassName
{
background-color: #D0A3D7;
}
.BgClassName
{
background-color: #D0A3D7;
}
</style>
border-color css
<style>
span { border-color: #D0A3D7; }
span { border-color: rgb(208,163,215); }
td.TdClassName
{
border-color: #D0A3D7;
}
.TagClassName
{
border-color: #D0A3D7;
}
</style>