Shades of Wisteria #D4A0E7
Tints of Wisteria #D4A0E7
RGB
CMYK
RGB Variations
Color information
#D4A0E7 (or 0xD4A0E7) is known color: Wisteria. HEX triplet: D4, A0 and E7. RGB value is (212,160,231). Sum of RGB (Red+Green+Blue) = 212+160+231=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4A0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A0E7 is #2B5F18. Grayscale: #B7B7B7. Windows color (decimal): -2842393 or 15179988. OLE color: 15179988.
HSL color Cylindrical-coordinate representation of color #D4A0E7: hue angle of 283.94º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4A0E7 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 160 | 231 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.09 |
| HSL | 283.94º | 0.6% | 0.77% | - |
| HSV(B) | 283.94º | 0.31% | 0.91% | - |
| XYZ | 54.15 | 44.91 | 81.42 | - |
| YUV | 183.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 231 | 0.08 | 0.31 | 0 | 0.09 | 283.94 | 0.6 | 0.77 |
| Hex | D4 | A0 | E7 | 8 | 1F | 0 | 9 | 11C | 3C | 4D |
| Octal | 324 | 240 | 347 | 10 | 37 | 0 | 11 | 434 | 74 | 115 |
| Binary | 11010100 | 10100000 | 11100111 | 1000 | 11111 | 0 | 1001 | 100011100 | 111100 | 1001101 |
Color Harmonies of #D4A0E7
Complementary color
Monochromatic Colors of #D4A0E7
Black with #D4A0E7
Text Example
Text Example
White with #D4A0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0E7; }
p { color: rgb(212,160,231); }
H1.HeaderClassName
{
color: #D4A0E7;
}
.AnyTagClassName
{
color: #D4A0E7;
}
</style>
background-color css
<style>
a { background-color: #D4A0E7; }
a { background-color: rgb(212,160,231); }
div.DivClassName
{
background-color: #D4A0E7;
}
.BgClassName
{
background-color: #D4A0E7;
}
</style>
border-color css
<style>
span { border-color: #D4A0E7; }
span { border-color: rgb(212,160,231); }
td.TdClassName
{
border-color: #D4A0E7;
}
.TagClassName
{
border-color: #D4A0E7;
}
</style>