Shades of Wisteria #D6AEEA
Tints of Wisteria #D6AEEA
RGB
CMYK
RGB Variations
Color information
#D6AEEA (or 0xD6AEEA) is known color: Wisteria. HEX triplet: D6, AE and EA. RGB value is (214,174,234). Sum of RGB (Red+Green+Blue) = 214+174+234=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEEA is #295115. Grayscale: #C0C0C0. Windows color (decimal): -2707734 or 15380182. OLE color: 15380182.
HSL color Cylindrical-coordinate representation of color #D6AEEA: hue angle of 280º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6AEEA is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 174 | 234 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.08 |
| HSL | 280º | 0.59% | 0.8% | - |
| HSV(B) | 280º | 0.26% | 0.92% | - |
| XYZ | 57.72 | 50.51 | 84.55 | - |
| YUV | 192.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 234 | 0.09 | 0.26 | 0 | 0.08 | 280 | 0.59 | 0.8 |
| Hex | D6 | AE | EA | 9 | 1A | 0 | 8 | 118 | 3B | 50 |
| Octal | 326 | 256 | 352 | 11 | 32 | 0 | 10 | 430 | 73 | 120 |
| Binary | 11010110 | 10101110 | 11101010 | 1001 | 11010 | 0 | 1000 | 100011000 | 111011 | 1010000 |
Color Harmonies of #D6AEEA
Complementary color
Monochromatic Colors of #D6AEEA
Black with #D6AEEA
Text Example
Text Example
White with #D6AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AEEA; }
p { color: rgb(214,174,234); }
H1.HeaderClassName
{
color: #D6AEEA;
}
.AnyTagClassName
{
color: #D6AEEA;
}
</style>
background-color css
<style>
a { background-color: #D6AEEA; }
a { background-color: rgb(214,174,234); }
div.DivClassName
{
background-color: #D6AEEA;
}
.BgClassName
{
background-color: #D6AEEA;
}
</style>
border-color css
<style>
span { border-color: #D6AEEA; }
span { border-color: rgb(214,174,234); }
td.TdClassName
{
border-color: #D6AEEA;
}
.TagClassName
{
border-color: #D6AEEA;
}
</style>