Shades of Wisteria #DAA0ED
Tints of Wisteria #DAA0ED
RGB
CMYK
RGB Variations
Color information
#DAA0ED (or 0xDAA0ED) is known color: Wisteria. HEX triplet: DA, A0 and ED. RGB value is (218,160,237). Sum of RGB (Red+Green+Blue) = 218+160+237=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0ED is #255F12. Grayscale: #B9B9B9. Windows color (decimal): -2449171 or 15573210. OLE color: 15573210.
HSL color Cylindrical-coordinate representation of color #DAA0ED: hue angle of 285.19º degrees, saturation: 0.68, 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 #DAA0ED is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 160 | 237 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.07 |
| HSL | 285.19º | 0.68% | 0.78% | - |
| HSV(B) | 285.19º | 0.32% | 0.93% | - |
| XYZ | 56.77 | 46.16 | 86.04 | - |
| YUV | 186.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 237 | 0.08 | 0.32 | 0 | 0.07 | 285.19 | 0.68 | 0.78 |
| Hex | DA | A0 | ED | 8 | 20 | 0 | 7 | 11D | 44 | 4E |
| Octal | 332 | 240 | 355 | 10 | 40 | 0 | 7 | 435 | 104 | 116 |
| Binary | 11011010 | 10100000 | 11101101 | 1000 | 100000 | 0 | 111 | 100011101 | 1000100 | 1001110 |
Color Harmonies of #DAA0ED
Complementary color
Monochromatic Colors of #DAA0ED
Black with #DAA0ED
Text Example
Text Example
White with #DAA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0ED; }
p { color: rgb(218,160,237); }
H1.HeaderClassName
{
color: #DAA0ED;
}
.AnyTagClassName
{
color: #DAA0ED;
}
</style>
background-color css
<style>
a { background-color: #DAA0ED; }
a { background-color: rgb(218,160,237); }
div.DivClassName
{
background-color: #DAA0ED;
}
.BgClassName
{
background-color: #DAA0ED;
}
</style>
border-color css
<style>
span { border-color: #DAA0ED; }
span { border-color: rgb(218,160,237); }
td.TdClassName
{
border-color: #DAA0ED;
}
.TagClassName
{
border-color: #DAA0ED;
}
</style>