Shades of Wisteria #D0A7EF
Tints of Wisteria #D0A7EF
RGB
CMYK
RGB Variations
Color information
#D0A7EF (or 0xD0A7EF) is known color: Wisteria. HEX triplet: D0, A7 and EF. RGB value is (208,167,239). Sum of RGB (Red+Green+Blue) = 208+167+239=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 167 (65.62% from 255 or 27.20% 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 #D0A7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A7EF is #2F5810. Grayscale: #BBBBBB. Windows color (decimal): -3102737 or 15706064. OLE color: 15706064.
HSL color Cylindrical-coordinate representation of color #D0A7EF: hue angle of 274.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0A7EF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 167 | 239 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.06 |
| HSL | 274.17º | 0.69% | 0.8% | - |
| HSV(B) | 274.17º | 0.3% | 0.94% | - |
| XYZ | 55.41 | 47.28 | 87.87 | - |
| YUV | 187.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 239 | 0.13 | 0.30 | 0 | 0.06 | 274.17 | 0.69 | 0.8 |
| Hex | D0 | A7 | EF | D | 1E | 0 | 6 | 112 | 45 | 50 |
| Octal | 320 | 247 | 357 | 15 | 36 | 0 | 6 | 422 | 105 | 120 |
| Binary | 11010000 | 10100111 | 11101111 | 1101 | 11110 | 0 | 110 | 100010010 | 1000101 | 1010000 |
Color Harmonies of #D0A7EF
Complementary color
Monochromatic Colors of #D0A7EF
Black with #D0A7EF
Text Example
Text Example
White with #D0A7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7EF; }
p { color: rgb(208,167,239); }
H1.HeaderClassName
{
color: #D0A7EF;
}
.AnyTagClassName
{
color: #D0A7EF;
}
</style>
background-color css
<style>
a { background-color: #D0A7EF; }
a { background-color: rgb(208,167,239); }
div.DivClassName
{
background-color: #D0A7EF;
}
.BgClassName
{
background-color: #D0A7EF;
}
</style>
border-color css
<style>
span { border-color: #D0A7EF; }
span { border-color: rgb(208,167,239); }
td.TdClassName
{
border-color: #D0A7EF;
}
.TagClassName
{
border-color: #D0A7EF;
}
</style>