Shades of Wisteria #D5A0EB
Tints of Wisteria #D5A0EB
RGB
CMYK
RGB Variations
Color information
#D5A0EB (or 0xD5A0EB) is known color: Wisteria. HEX triplet: D5, A0 and EB. RGB value is (213,160,235). Sum of RGB (Red+Green+Blue) = 213+160+235=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A0EB is #2A5F14. Grayscale: #B8B8B8. Windows color (decimal): -2776853 or 15442133. OLE color: 15442133.
HSL color Cylindrical-coordinate representation of color #D5A0EB: hue angle of 282.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 #D5A0EB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 160 | 235 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.08 |
| HSL | 282.4º | 0.65% | 0.77% | - |
| HSV(B) | 282.4º | 0.32% | 0.92% | - |
| XYZ | 55.01 | 45.29 | 84.44 | - |
| YUV | 184.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 235 | 0.09 | 0.32 | 0 | 0.08 | 282.4 | 0.65 | 0.77 |
| Hex | D5 | A0 | EB | 9 | 20 | 0 | 8 | 11A | 41 | 4D |
| Octal | 325 | 240 | 353 | 11 | 40 | 0 | 10 | 432 | 101 | 115 |
| Binary | 11010101 | 10100000 | 11101011 | 1001 | 100000 | 0 | 1000 | 100011010 | 1000001 | 1001101 |
Color Harmonies of #D5A0EB
Complementary color
Monochromatic Colors of #D5A0EB
Black with #D5A0EB
Text Example
Text Example
White with #D5A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A0EB; }
p { color: rgb(213,160,235); }
H1.HeaderClassName
{
color: #D5A0EB;
}
.AnyTagClassName
{
color: #D5A0EB;
}
</style>
background-color css
<style>
a { background-color: #D5A0EB; }
a { background-color: rgb(213,160,235); }
div.DivClassName
{
background-color: #D5A0EB;
}
.BgClassName
{
background-color: #D5A0EB;
}
</style>
border-color css
<style>
span { border-color: #D5A0EB; }
span { border-color: rgb(213,160,235); }
td.TdClassName
{
border-color: #D5A0EB;
}
.TagClassName
{
border-color: #D5A0EB;
}
</style>