Shades of Wisteria #DAA8EA
Tints of Wisteria #DAA8EA
RGB
CMYK
RGB Variations
Color information
#DAA8EA (or 0xDAA8EA) is known color: Wisteria. HEX triplet: DA, A8 and EA. RGB value is (218,168,234). Sum of RGB (Red+Green+Blue) = 218+168+234=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA8EA is #255715. Grayscale: #BEBEBE. Windows color (decimal): -2447126 or 15378650. OLE color: 15378650.
HSL color Cylindrical-coordinate representation of color #DAA8EA: hue angle of 285.45º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA8EA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 168 | 234 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.08 |
| HSL | 285.45º | 0.61% | 0.79% | - |
| HSV(B) | 285.45º | 0.28% | 0.92% | - |
| XYZ | 57.77 | 48.85 | 84.23 | - |
| YUV | 190.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 234 | 0.07 | 0.28 | 0 | 0.08 | 285.45 | 0.61 | 0.79 |
| Hex | DA | A8 | EA | 7 | 1C | 0 | 8 | 11D | 3D | 4F |
| Octal | 332 | 250 | 352 | 7 | 34 | 0 | 10 | 435 | 75 | 117 |
| Binary | 11011010 | 10101000 | 11101010 | 111 | 11100 | 0 | 1000 | 100011101 | 111101 | 1001111 |
Color Harmonies of #DAA8EA
Complementary color
Monochromatic Colors of #DAA8EA
Black with #DAA8EA
Text Example
Text Example
White with #DAA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8EA; }
p { color: rgb(218,168,234); }
H1.HeaderClassName
{
color: #DAA8EA;
}
.AnyTagClassName
{
color: #DAA8EA;
}
</style>
background-color css
<style>
a { background-color: #DAA8EA; }
a { background-color: rgb(218,168,234); }
div.DivClassName
{
background-color: #DAA8EA;
}
.BgClassName
{
background-color: #DAA8EA;
}
</style>
border-color css
<style>
span { border-color: #DAA8EA; }
span { border-color: rgb(218,168,234); }
td.TdClassName
{
border-color: #DAA8EA;
}
.TagClassName
{
border-color: #DAA8EA;
}
</style>