Shades of Wisteria #D3A1EA
Tints of Wisteria #D3A1EA
RGB
CMYK
RGB Variations
Color information
#D3A1EA (or 0xD3A1EA) is known color: Wisteria. HEX triplet: D3, A1 and EA. RGB value is (211,161,234). Sum of RGB (Red+Green+Blue) = 211+161+234=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3A1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A1EA is #2C5E15. Grayscale: #B8B8B8. Windows color (decimal): -2907670 or 15376851. OLE color: 15376851.
HSL color Cylindrical-coordinate representation of color #D3A1EA: hue angle of 281.1º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3A1EA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 161 | 234 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.08 |
| HSL | 281.1º | 0.63% | 0.77% | - |
| HSV(B) | 281.1º | 0.31% | 0.92% | - |
| XYZ | 54.46 | 45.28 | 83.71 | - |
| YUV | 184.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 234 | 0.10 | 0.31 | 0 | 0.08 | 281.1 | 0.63 | 0.77 |
| Hex | D3 | A1 | EA | A | 1F | 0 | 8 | 119 | 3F | 4D |
| Octal | 323 | 241 | 352 | 12 | 37 | 0 | 10 | 431 | 77 | 115 |
| Binary | 11010011 | 10100001 | 11101010 | 1010 | 11111 | 0 | 1000 | 100011001 | 111111 | 1001101 |
Color Harmonies of #D3A1EA
Complementary color
Monochromatic Colors of #D3A1EA
Black with #D3A1EA
Text Example
Text Example
White with #D3A1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A1EA; }
p { color: rgb(211,161,234); }
H1.HeaderClassName
{
color: #D3A1EA;
}
.AnyTagClassName
{
color: #D3A1EA;
}
</style>
background-color css
<style>
a { background-color: #D3A1EA; }
a { background-color: rgb(211,161,234); }
div.DivClassName
{
background-color: #D3A1EA;
}
.BgClassName
{
background-color: #D3A1EA;
}
</style>
border-color css
<style>
span { border-color: #D3A1EA; }
span { border-color: rgb(211,161,234); }
td.TdClassName
{
border-color: #D3A1EA;
}
.TagClassName
{
border-color: #D3A1EA;
}
</style>