Shades of Wisteria #D5A1EC
Tints of Wisteria #D5A1EC
RGB
CMYK
RGB Variations
Color information
#D5A1EC (or 0xD5A1EC) is known color: Wisteria. HEX triplet: D5, A1 and EC. RGB value is (213,161,236). Sum of RGB (Red+Green+Blue) = 213+161+236=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5A1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A1EC is #2A5E13. Grayscale: #B8B8B8. Windows color (decimal): -2776596 or 15507925. OLE color: 15507925.
HSL color Cylindrical-coordinate representation of color #D5A1EC: hue angle of 281.6º degrees, saturation: 0.66, 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 #D5A1EC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 161 | 236 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.07 |
| HSL | 281.6º | 0.66% | 0.78% | - |
| HSV(B) | 281.6º | 0.32% | 0.93% | - |
| XYZ | 55.33 | 45.69 | 85.26 | - |
| YUV | 185.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 236 | 0.10 | 0.32 | 0 | 0.07 | 281.6 | 0.66 | 0.78 |
| Hex | D5 | A1 | EC | A | 20 | 0 | 7 | 11A | 42 | 4E |
| Octal | 325 | 241 | 354 | 12 | 40 | 0 | 7 | 432 | 102 | 116 |
| Binary | 11010101 | 10100001 | 11101100 | 1010 | 100000 | 0 | 111 | 100011010 | 1000010 | 1001110 |
Color Harmonies of #D5A1EC
Complementary color
Monochromatic Colors of #D5A1EC
Black with #D5A1EC
Text Example
Text Example
White with #D5A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1EC; }
p { color: rgb(213,161,236); }
H1.HeaderClassName
{
color: #D5A1EC;
}
.AnyTagClassName
{
color: #D5A1EC;
}
</style>
background-color css
<style>
a { background-color: #D5A1EC; }
a { background-color: rgb(213,161,236); }
div.DivClassName
{
background-color: #D5A1EC;
}
.BgClassName
{
background-color: #D5A1EC;
}
</style>
border-color css
<style>
span { border-color: #D5A1EC; }
span { border-color: rgb(213,161,236); }
td.TdClassName
{
border-color: #D5A1EC;
}
.TagClassName
{
border-color: #D5A1EC;
}
</style>