Shades of Wisteria #D0A1F1
Tints of Wisteria #D0A1F1
RGB
CMYK
RGB Variations
Color information
#D0A1F1 (or 0xD0A1F1) is known color: Wisteria. HEX triplet: D0, A1 and F1. RGB value is (208,161,241). Sum of RGB (Red+Green+Blue) = 208+161+241=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0A1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A1F1 is #2F5E0E. Grayscale: #B7B7B7. Windows color (decimal): -3104271 or 15835600. OLE color: 15835600.
HSL color Cylindrical-coordinate representation of color #D0A1F1: hue angle of 275.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A1F1 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 161 | 241 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.05 |
| HSL | 275.25º | 0.74% | 0.79% | - |
| HSV(B) | 275.25º | 0.33% | 0.95% | - |
| XYZ | 54.63 | 45.25 | 89.07 | - |
| YUV | 184.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 241 | 0.14 | 0.33 | 0 | 0.05 | 275.25 | 0.74 | 0.79 |
| Hex | D0 | A1 | F1 | E | 21 | 0 | 5 | 113 | 4A | 4F |
| Octal | 320 | 241 | 361 | 16 | 41 | 0 | 5 | 423 | 112 | 117 |
| Binary | 11010000 | 10100001 | 11110001 | 1110 | 100001 | 0 | 101 | 100010011 | 1001010 | 1001111 |
Color Harmonies of #D0A1F1
Complementary color
Monochromatic Colors of #D0A1F1
Black with #D0A1F1
Text Example
Text Example
White with #D0A1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1F1; }
p { color: rgb(208,161,241); }
H1.HeaderClassName
{
color: #D0A1F1;
}
.AnyTagClassName
{
color: #D0A1F1;
}
</style>
background-color css
<style>
a { background-color: #D0A1F1; }
a { background-color: rgb(208,161,241); }
div.DivClassName
{
background-color: #D0A1F1;
}
.BgClassName
{
background-color: #D0A1F1;
}
</style>
border-color css
<style>
span { border-color: #D0A1F1; }
span { border-color: rgb(208,161,241); }
td.TdClassName
{
border-color: #D0A1F1;
}
.TagClassName
{
border-color: #D0A1F1;
}
</style>