Shades of Wisteria #D5A1EE
Tints of Wisteria #D5A1EE
RGB
CMYK
RGB Variations
Color information
#D5A1EE (or 0xD5A1EE) is known color: Wisteria. HEX triplet: D5, A1 and EE. RGB value is (213,161,238). Sum of RGB (Red+Green+Blue) = 213+161+238=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5A1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A1EE is #2A5E11. Grayscale: #B9B9B9. Windows color (decimal): -2776594 or 15638997. OLE color: 15638997.
HSL color Cylindrical-coordinate representation of color #D5A1EE: hue angle of 280.52º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5A1EE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 161 | 238 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.07 |
| HSL | 280.52º | 0.69% | 0.78% | - |
| HSV(B) | 280.52º | 0.32% | 0.93% | - |
| XYZ | 55.62 | 45.81 | 86.8 | - |
| YUV | 185.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 238 | 0.11 | 0.32 | 0 | 0.07 | 280.52 | 0.69 | 0.78 |
| Hex | D5 | A1 | EE | B | 20 | 0 | 7 | 119 | 45 | 4E |
| Octal | 325 | 241 | 356 | 13 | 40 | 0 | 7 | 431 | 105 | 116 |
| Binary | 11010101 | 10100001 | 11101110 | 1011 | 100000 | 0 | 111 | 100011001 | 1000101 | 1001110 |
Color Harmonies of #D5A1EE
Complementary color
Monochromatic Colors of #D5A1EE
Black with #D5A1EE
Text Example
Text Example
White with #D5A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1EE; }
p { color: rgb(213,161,238); }
H1.HeaderClassName
{
color: #D5A1EE;
}
.AnyTagClassName
{
color: #D5A1EE;
}
</style>
background-color css
<style>
a { background-color: #D5A1EE; }
a { background-color: rgb(213,161,238); }
div.DivClassName
{
background-color: #D5A1EE;
}
.BgClassName
{
background-color: #D5A1EE;
}
</style>
border-color css
<style>
span { border-color: #D5A1EE; }
span { border-color: rgb(213,161,238); }
td.TdClassName
{
border-color: #D5A1EE;
}
.TagClassName
{
border-color: #D5A1EE;
}
</style>