Shades of Wisteria #D4A9E9
Tints of Wisteria #D4A9E9
RGB
CMYK
RGB Variations
Color information
#D4A9E9 (or 0xD4A9E9) is known color: Wisteria. HEX triplet: D4, A9 and E9. RGB value is (212,169,233). Sum of RGB (Red+Green+Blue) = 212+169+233=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #D4A9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A9E9 is #2B5616. Grayscale: #BCBCBC. Windows color (decimal): -2840087 or 15313364. OLE color: 15313364.
HSL color Cylindrical-coordinate representation of color #D4A9E9: hue angle of 280.31º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4A9E9 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 169 | 233 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.09 |
| HSL | 280.31º | 0.59% | 0.79% | - |
| HSV(B) | 280.31º | 0.27% | 0.91% | - |
| XYZ | 56.05 | 48.26 | 83.45 | - |
| YUV | 189.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 233 | 0.09 | 0.27 | 0 | 0.09 | 280.31 | 0.59 | 0.79 |
| Hex | D4 | A9 | E9 | 9 | 1B | 0 | 9 | 118 | 3B | 4F |
| Octal | 324 | 251 | 351 | 11 | 33 | 0 | 11 | 430 | 73 | 117 |
| Binary | 11010100 | 10101001 | 11101001 | 1001 | 11011 | 0 | 1001 | 100011000 | 111011 | 1001111 |
Color Harmonies of #D4A9E9
Complementary color
Monochromatic Colors of #D4A9E9
Black with #D4A9E9
Text Example
Text Example
White with #D4A9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A9E9; }
p { color: rgb(212,169,233); }
H1.HeaderClassName
{
color: #D4A9E9;
}
.AnyTagClassName
{
color: #D4A9E9;
}
</style>
background-color css
<style>
a { background-color: #D4A9E9; }
a { background-color: rgb(212,169,233); }
div.DivClassName
{
background-color: #D4A9E9;
}
.BgClassName
{
background-color: #D4A9E9;
}
</style>
border-color css
<style>
span { border-color: #D4A9E9; }
span { border-color: rgb(212,169,233); }
td.TdClassName
{
border-color: #D4A9E9;
}
.TagClassName
{
border-color: #D4A9E9;
}
</style>