Shades of Wisteria #D1A0F2
Tints of Wisteria #D1A0F2
RGB
CMYK
RGB Variations
Color information
#D1A0F2 (or 0xD1A0F2) is known color: Wisteria. HEX triplet: D1, A0 and F2. RGB value is (209,160,242). Sum of RGB (Red+Green+Blue) = 209+160+242=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1A0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A0F2 is #2E5F0D. Grayscale: #B7B7B7. Windows color (decimal): -3038990 or 15900881. OLE color: 15900881.
HSL color Cylindrical-coordinate representation of color #D1A0F2: hue angle of 275.85º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1A0F2 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 160 | 242 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.05 |
| HSL | 275.85º | 0.76% | 0.79% | - |
| HSV(B) | 275.85º | 0.34% | 0.95% | - |
| XYZ | 54.89 | 45.11 | 89.82 | - |
| YUV | 184 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 242 | 0.14 | 0.34 | 0 | 0.05 | 275.85 | 0.76 | 0.79 |
| Hex | D1 | A0 | F2 | E | 22 | 0 | 5 | 114 | 4C | 4F |
| Octal | 321 | 240 | 362 | 16 | 42 | 0 | 5 | 424 | 114 | 117 |
| Binary | 11010001 | 10100000 | 11110010 | 1110 | 100010 | 0 | 101 | 100010100 | 1001100 | 1001111 |
Color Harmonies of #D1A0F2
Complementary color
Monochromatic Colors of #D1A0F2
Black with #D1A0F2
Text Example
Text Example
White with #D1A0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0F2; }
p { color: rgb(209,160,242); }
H1.HeaderClassName
{
color: #D1A0F2;
}
.AnyTagClassName
{
color: #D1A0F2;
}
</style>
background-color css
<style>
a { background-color: #D1A0F2; }
a { background-color: rgb(209,160,242); }
div.DivClassName
{
background-color: #D1A0F2;
}
.BgClassName
{
background-color: #D1A0F2;
}
</style>
border-color css
<style>
span { border-color: #D1A0F2; }
span { border-color: rgb(209,160,242); }
td.TdClassName
{
border-color: #D1A0F2;
}
.TagClassName
{
border-color: #D1A0F2;
}
</style>