Shades of Wisteria #D0A4EE
Tints of Wisteria #D0A4EE
RGB
CMYK
RGB Variations
Color information
#D0A4EE (or 0xD0A4EE) is known color: Wisteria. HEX triplet: D0, A4 and EE. RGB value is (208,164,238). Sum of RGB (Red+Green+Blue) = 208+164+238=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A4EE is #2F5B11. Grayscale: #B9B9B9. Windows color (decimal): -3103506 or 15639760. OLE color: 15639760.
HSL color Cylindrical-coordinate representation of color #D0A4EE: hue angle of 275.68º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0A4EE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 164 | 238 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.07 |
| HSL | 275.68º | 0.69% | 0.79% | - |
| HSV(B) | 275.68º | 0.31% | 0.93% | - |
| XYZ | 54.72 | 46.13 | 86.91 | - |
| YUV | 185.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 238 | 0.13 | 0.31 | 0 | 0.07 | 275.68 | 0.69 | 0.79 |
| Hex | D0 | A4 | EE | D | 1F | 0 | 7 | 114 | 45 | 4F |
| Octal | 320 | 244 | 356 | 15 | 37 | 0 | 7 | 424 | 105 | 117 |
| Binary | 11010000 | 10100100 | 11101110 | 1101 | 11111 | 0 | 111 | 100010100 | 1000101 | 1001111 |
Color Harmonies of #D0A4EE
Complementary color
Monochromatic Colors of #D0A4EE
Black with #D0A4EE
Text Example
Text Example
White with #D0A4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4EE; }
p { color: rgb(208,164,238); }
H1.HeaderClassName
{
color: #D0A4EE;
}
.AnyTagClassName
{
color: #D0A4EE;
}
</style>
background-color css
<style>
a { background-color: #D0A4EE; }
a { background-color: rgb(208,164,238); }
div.DivClassName
{
background-color: #D0A4EE;
}
.BgClassName
{
background-color: #D0A4EE;
}
</style>
border-color css
<style>
span { border-color: #D0A4EE; }
span { border-color: rgb(208,164,238); }
td.TdClassName
{
border-color: #D0A4EE;
}
.TagClassName
{
border-color: #D0A4EE;
}
</style>