Shades of Wisteria #D4ABE6
Tints of Wisteria #D4ABE6
RGB
CMYK
RGB Variations
Color information
#D4ABE6 (or 0xD4ABE6) is known color: Wisteria. HEX triplet: D4, AB and E6. RGB value is (212,171,230). Sum of RGB (Red+Green+Blue) = 212+171+230=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4ABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABE6 is #2B5419. Grayscale: #BDBDBD. Windows color (decimal): -2839578 or 15117268. OLE color: 15117268.
HSL color Cylindrical-coordinate representation of color #D4ABE6: hue angle of 281.69º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4ABE6 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 171 | 230 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.10 |
| HSL | 281.69º | 0.54% | 0.79% | - |
| HSV(B) | 281.69º | 0.26% | 0.9% | - |
| XYZ | 56 | 48.84 | 81.34 | - |
| YUV | 189.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 230 | 0.08 | 0.26 | 0 | 0.10 | 281.69 | 0.54 | 0.79 |
| Hex | D4 | AB | E6 | 8 | 1A | 0 | A | 11A | 36 | 4F |
| Octal | 324 | 253 | 346 | 10 | 32 | 0 | 12 | 432 | 66 | 117 |
| Binary | 11010100 | 10101011 | 11100110 | 1000 | 11010 | 0 | 1010 | 100011010 | 110110 | 1001111 |
Color Harmonies of #D4ABE6
Complementary color
Monochromatic Colors of #D4ABE6
Black with #D4ABE6
Text Example
Text Example
White with #D4ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABE6; }
p { color: rgb(212,171,230); }
H1.HeaderClassName
{
color: #D4ABE6;
}
.AnyTagClassName
{
color: #D4ABE6;
}
</style>
background-color css
<style>
a { background-color: #D4ABE6; }
a { background-color: rgb(212,171,230); }
div.DivClassName
{
background-color: #D4ABE6;
}
.BgClassName
{
background-color: #D4ABE6;
}
</style>
border-color css
<style>
span { border-color: #D4ABE6; }
span { border-color: rgb(212,171,230); }
td.TdClassName
{
border-color: #D4ABE6;
}
.TagClassName
{
border-color: #D4ABE6;
}
</style>