Shades of Wisteria #D4A6E3
Tints of Wisteria #D4A6E3
RGB
CMYK
RGB Variations
Color information
#D4A6E3 (or 0xD4A6E3) is known color: Wisteria. HEX triplet: D4, A6 and E3. RGB value is (212,166,227). Sum of RGB (Red+Green+Blue) = 212+166+227=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #D4A6E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6E3 is #2B591C. Grayscale: #BABABA. Windows color (decimal): -2840861 or 14919380. OLE color: 14919380.
HSL color Cylindrical-coordinate representation of color #D4A6E3: hue angle of 285.25º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4A6E3 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 166 | 227 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.11 |
| HSL | 285.25º | 0.52% | 0.77% | - |
| HSV(B) | 285.25º | 0.27% | 0.89% | - |
| XYZ | 54.65 | 46.82 | 78.83 | - |
| YUV | 186.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 227 | 0.07 | 0.27 | 0 | 0.11 | 285.25 | 0.52 | 0.77 |
| Hex | D4 | A6 | E3 | 7 | 1B | 0 | B | 11D | 34 | 4D |
| Octal | 324 | 246 | 343 | 7 | 33 | 0 | 13 | 435 | 64 | 115 |
| Binary | 11010100 | 10100110 | 11100011 | 111 | 11011 | 0 | 1011 | 100011101 | 110100 | 1001101 |
Color Harmonies of #D4A6E3
Complementary color
Monochromatic Colors of #D4A6E3
Black with #D4A6E3
Text Example
Text Example
White with #D4A6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6E3; }
p { color: rgb(212,166,227); }
H1.HeaderClassName
{
color: #D4A6E3;
}
.AnyTagClassName
{
color: #D4A6E3;
}
</style>
background-color css
<style>
a { background-color: #D4A6E3; }
a { background-color: rgb(212,166,227); }
div.DivClassName
{
background-color: #D4A6E3;
}
.BgClassName
{
background-color: #D4A6E3;
}
</style>
border-color css
<style>
span { border-color: #D4A6E3; }
span { border-color: rgb(212,166,227); }
td.TdClassName
{
border-color: #D4A6E3;
}
.TagClassName
{
border-color: #D4A6E3;
}
</style>