Shades of Wisteria #D6ABE0
Tints of Wisteria #D6ABE0
RGB
CMYK
RGB Variations
Color information
#D6ABE0 (or 0xD6ABE0) is known color: Wisteria. HEX triplet: D6, AB and E0. RGB value is (214,171,224). Sum of RGB (Red+Green+Blue) = 214+171+224=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABE0 is #29541F. Grayscale: #BDBDBD. Windows color (decimal): -2708512 or 14724054. OLE color: 14724054.
HSL color Cylindrical-coordinate representation of color #D6ABE0: hue angle of 288.68º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6ABE0 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 171 | 224 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.12 |
| HSL | 288.68º | 0.46% | 0.77% | - |
| HSV(B) | 288.68º | 0.24% | 0.88% | - |
| XYZ | 55.75 | 48.8 | 77 | - |
| YUV | 189.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 224 | 0.04 | 0.24 | 0 | 0.12 | 288.68 | 0.46 | 0.77 |
| Hex | D6 | AB | E0 | 4 | 18 | 0 | C | 121 | 2E | 4D |
| Octal | 326 | 253 | 340 | 4 | 30 | 0 | 14 | 441 | 56 | 115 |
| Binary | 11010110 | 10101011 | 11100000 | 100 | 11000 | 0 | 1100 | 100100001 | 101110 | 1001101 |
Color Harmonies of #D6ABE0
Complementary color
Monochromatic Colors of #D6ABE0
Black with #D6ABE0
Text Example
Text Example
White with #D6ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABE0; }
p { color: rgb(214,171,224); }
H1.HeaderClassName
{
color: #D6ABE0;
}
.AnyTagClassName
{
color: #D6ABE0;
}
</style>
background-color css
<style>
a { background-color: #D6ABE0; }
a { background-color: rgb(214,171,224); }
div.DivClassName
{
background-color: #D6ABE0;
}
.BgClassName
{
background-color: #D6ABE0;
}
</style>
border-color css
<style>
span { border-color: #D6ABE0; }
span { border-color: rgb(214,171,224); }
td.TdClassName
{
border-color: #D6ABE0;
}
.TagClassName
{
border-color: #D6ABE0;
}
</style>