Shades of Wisteria #D0A0EB
Tints of Wisteria #D0A0EB
RGB
CMYK
RGB Variations
Color information
#D0A0EB (or 0xD0A0EB) is known color: Wisteria. HEX triplet: D0, A0 and EB. RGB value is (208,160,235). Sum of RGB (Red+Green+Blue) = 208+160+235=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A0EB is #2F5F14. Grayscale: #B6B6B6. Windows color (decimal): -3104533 or 15442128. OLE color: 15442128.
HSL color Cylindrical-coordinate representation of color #D0A0EB: hue angle of 278.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A0EB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 160 | 235 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.08 |
| HSL | 278.4º | 0.65% | 0.77% | - |
| HSV(B) | 278.4º | 0.32% | 0.92% | - |
| XYZ | 53.58 | 44.55 | 84.37 | - |
| YUV | 182.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 235 | 0.11 | 0.32 | 0 | 0.08 | 278.4 | 0.65 | 0.77 |
| Hex | D0 | A0 | EB | B | 20 | 0 | 8 | 116 | 41 | 4D |
| Octal | 320 | 240 | 353 | 13 | 40 | 0 | 10 | 426 | 101 | 115 |
| Binary | 11010000 | 10100000 | 11101011 | 1011 | 100000 | 0 | 1000 | 100010110 | 1000001 | 1001101 |
Color Harmonies of #D0A0EB
Complementary color
Monochromatic Colors of #D0A0EB
Black with #D0A0EB
Text Example
Text Example
White with #D0A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0EB; }
p { color: rgb(208,160,235); }
H1.HeaderClassName
{
color: #D0A0EB;
}
.AnyTagClassName
{
color: #D0A0EB;
}
</style>
background-color css
<style>
a { background-color: #D0A0EB; }
a { background-color: rgb(208,160,235); }
div.DivClassName
{
background-color: #D0A0EB;
}
.BgClassName
{
background-color: #D0A0EB;
}
</style>
border-color css
<style>
span { border-color: #D0A0EB; }
span { border-color: rgb(208,160,235); }
td.TdClassName
{
border-color: #D0A0EB;
}
.TagClassName
{
border-color: #D0A0EB;
}
</style>