Shades of Wisteria #D0A4F1
Tints of Wisteria #D0A4F1
RGB
CMYK
RGB Variations
Color information
#D0A4F1 (or 0xD0A4F1) is known color: Wisteria. HEX triplet: D0, A4 and F1. RGB value is (208,164,241). Sum of RGB (Red+Green+Blue) = 208+164+241=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0A4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A4F1 is #2F5B0E. Grayscale: #B9B9B9. Windows color (decimal): -3103503 or 15836368. OLE color: 15836368.
HSL color Cylindrical-coordinate representation of color #D0A4F1: hue angle of 274.29º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A4F1 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 164 | 241 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.05 |
| HSL | 274.29º | 0.73% | 0.79% | - |
| HSV(B) | 274.29º | 0.32% | 0.95% | - |
| XYZ | 55.17 | 46.31 | 89.25 | - |
| YUV | 185.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 241 | 0.14 | 0.32 | 0 | 0.05 | 274.29 | 0.73 | 0.79 |
| Hex | D0 | A4 | F1 | E | 20 | 0 | 5 | 112 | 49 | 4F |
| Octal | 320 | 244 | 361 | 16 | 40 | 0 | 5 | 422 | 111 | 117 |
| Binary | 11010000 | 10100100 | 11110001 | 1110 | 100000 | 0 | 101 | 100010010 | 1001001 | 1001111 |
Color Harmonies of #D0A4F1
Complementary color
Monochromatic Colors of #D0A4F1
Black with #D0A4F1
Text Example
Text Example
White with #D0A4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4F1; }
p { color: rgb(208,164,241); }
H1.HeaderClassName
{
color: #D0A4F1;
}
.AnyTagClassName
{
color: #D0A4F1;
}
</style>
background-color css
<style>
a { background-color: #D0A4F1; }
a { background-color: rgb(208,164,241); }
div.DivClassName
{
background-color: #D0A4F1;
}
.BgClassName
{
background-color: #D0A4F1;
}
</style>
border-color css
<style>
span { border-color: #D0A4F1; }
span { border-color: rgb(208,164,241); }
td.TdClassName
{
border-color: #D0A4F1;
}
.TagClassName
{
border-color: #D0A4F1;
}
</style>