Shades of Wisteria #D5A0EF
Tints of Wisteria #D5A0EF
RGB
CMYK
RGB Variations
Color information
#D5A0EF (or 0xD5A0EF) is known color: Wisteria. HEX triplet: D5, A0 and EF. RGB value is (213,160,239). Sum of RGB (Red+Green+Blue) = 213+160+239=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5A0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A0EF is #2A5F10. Grayscale: #B8B8B8. Windows color (decimal): -2776849 or 15704277. OLE color: 15704277.
HSL color Cylindrical-coordinate representation of color #D5A0EF: hue angle of 280.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5A0EF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 160 | 239 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.06 |
| HSL | 280.25º | 0.71% | 0.78% | - |
| HSV(B) | 280.25º | 0.33% | 0.94% | - |
| XYZ | 55.59 | 45.52 | 87.52 | - |
| YUV | 184.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 239 | 0.11 | 0.33 | 0 | 0.06 | 280.25 | 0.71 | 0.78 |
| Hex | D5 | A0 | EF | B | 21 | 0 | 6 | 118 | 47 | 4E |
| Octal | 325 | 240 | 357 | 13 | 41 | 0 | 6 | 430 | 107 | 116 |
| Binary | 11010101 | 10100000 | 11101111 | 1011 | 100001 | 0 | 110 | 100011000 | 1000111 | 1001110 |
Color Harmonies of #D5A0EF
Complementary color
Monochromatic Colors of #D5A0EF
Black with #D5A0EF
Text Example
Text Example
White with #D5A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A0EF; }
p { color: rgb(213,160,239); }
H1.HeaderClassName
{
color: #D5A0EF;
}
.AnyTagClassName
{
color: #D5A0EF;
}
</style>
background-color css
<style>
a { background-color: #D5A0EF; }
a { background-color: rgb(213,160,239); }
div.DivClassName
{
background-color: #D5A0EF;
}
.BgClassName
{
background-color: #D5A0EF;
}
</style>
border-color css
<style>
span { border-color: #D5A0EF; }
span { border-color: rgb(213,160,239); }
td.TdClassName
{
border-color: #D5A0EF;
}
.TagClassName
{
border-color: #D5A0EF;
}
</style>