Shades of Wisteria #D4A3E7
Tints of Wisteria #D4A3E7
RGB
CMYK
RGB Variations
Color information
#D4A3E7 (or 0xD4A3E7) is known color: Wisteria. HEX triplet: D4, A3 and E7. RGB value is (212,163,231). Sum of RGB (Red+Green+Blue) = 212+163+231=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4A3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A3E7 is #2B5C18. Grayscale: #B9B9B9. Windows color (decimal): -2841625 or 15180756. OLE color: 15180756.
HSL color Cylindrical-coordinate representation of color #D4A3E7: hue angle of 283.24º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4A3E7 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 163 | 231 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.09 |
| HSL | 283.24º | 0.59% | 0.77% | - |
| HSV(B) | 283.24º | 0.29% | 0.91% | - |
| XYZ | 54.67 | 45.96 | 81.59 | - |
| YUV | 185.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 231 | 0.08 | 0.29 | 0 | 0.09 | 283.24 | 0.59 | 0.77 |
| Hex | D4 | A3 | E7 | 8 | 1D | 0 | 9 | 11B | 3B | 4D |
| Octal | 324 | 243 | 347 | 10 | 35 | 0 | 11 | 433 | 73 | 115 |
| Binary | 11010100 | 10100011 | 11100111 | 1000 | 11101 | 0 | 1001 | 100011011 | 111011 | 1001101 |
Color Harmonies of #D4A3E7
Complementary color
Monochromatic Colors of #D4A3E7
Black with #D4A3E7
Text Example
Text Example
White with #D4A3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3E7; }
p { color: rgb(212,163,231); }
H1.HeaderClassName
{
color: #D4A3E7;
}
.AnyTagClassName
{
color: #D4A3E7;
}
</style>
background-color css
<style>
a { background-color: #D4A3E7; }
a { background-color: rgb(212,163,231); }
div.DivClassName
{
background-color: #D4A3E7;
}
.BgClassName
{
background-color: #D4A3E7;
}
</style>
border-color css
<style>
span { border-color: #D4A3E7; }
span { border-color: rgb(212,163,231); }
td.TdClassName
{
border-color: #D4A3E7;
}
.TagClassName
{
border-color: #D4A3E7;
}
</style>