Shades of Wisteria #D0A1EE
Tints of Wisteria #D0A1EE
RGB
CMYK
RGB Variations
Color information
#D0A1EE (or 0xD0A1EE) is known color: Wisteria. HEX triplet: D0, A1 and EE. RGB value is (208,161,238). Sum of RGB (Red+Green+Blue) = 208+161+238=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0A1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A1EE is #2F5E11. Grayscale: #B7B7B7. Windows color (decimal): -3104274 or 15638992. OLE color: 15638992.
HSL color Cylindrical-coordinate representation of color #D0A1EE: hue angle of 276.62º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A1EE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 161 | 238 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.07 |
| HSL | 276.62º | 0.69% | 0.78% | - |
| HSV(B) | 276.62º | 0.32% | 0.93% | - |
| XYZ | 54.19 | 45.07 | 86.73 | - |
| YUV | 183.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 238 | 0.13 | 0.32 | 0 | 0.07 | 276.62 | 0.69 | 0.78 |
| Hex | D0 | A1 | EE | D | 20 | 0 | 7 | 115 | 45 | 4E |
| Octal | 320 | 241 | 356 | 15 | 40 | 0 | 7 | 425 | 105 | 116 |
| Binary | 11010000 | 10100001 | 11101110 | 1101 | 100000 | 0 | 111 | 100010101 | 1000101 | 1001110 |
Color Harmonies of #D0A1EE
Complementary color
Monochromatic Colors of #D0A1EE
Black with #D0A1EE
Text Example
Text Example
White with #D0A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1EE; }
p { color: rgb(208,161,238); }
H1.HeaderClassName
{
color: #D0A1EE;
}
.AnyTagClassName
{
color: #D0A1EE;
}
</style>
background-color css
<style>
a { background-color: #D0A1EE; }
a { background-color: rgb(208,161,238); }
div.DivClassName
{
background-color: #D0A1EE;
}
.BgClassName
{
background-color: #D0A1EE;
}
</style>
border-color css
<style>
span { border-color: #D0A1EE; }
span { border-color: rgb(208,161,238); }
td.TdClassName
{
border-color: #D0A1EE;
}
.TagClassName
{
border-color: #D0A1EE;
}
</style>