Shades of Wisteria #D0A6E4
Tints of Wisteria #D0A6E4
RGB
CMYK
RGB Variations
Color information
#D0A6E4 (or 0xD0A6E4) is known color: Wisteria. HEX triplet: D0, A6 and E4. RGB value is (208,166,228). Sum of RGB (Red+Green+Blue) = 208+166+228=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #D0A6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6E4 is #2F591B. Grayscale: #B9B9B9. Windows color (decimal): -3103004 or 14984912. OLE color: 14984912.
HSL color Cylindrical-coordinate representation of color #D0A6E4: hue angle of 280.65º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0A6E4 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 166 | 228 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.11 |
| HSL | 280.65º | 0.53% | 0.77% | - |
| HSV(B) | 280.65º | 0.27% | 0.89% | - |
| XYZ | 53.65 | 46.28 | 79.5 | - |
| YUV | 185.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 228 | 0.09 | 0.27 | 0 | 0.11 | 280.65 | 0.53 | 0.77 |
| Hex | D0 | A6 | E4 | 9 | 1B | 0 | B | 119 | 35 | 4D |
| Octal | 320 | 246 | 344 | 11 | 33 | 0 | 13 | 431 | 65 | 115 |
| Binary | 11010000 | 10100110 | 11100100 | 1001 | 11011 | 0 | 1011 | 100011001 | 110101 | 1001101 |
Color Harmonies of #D0A6E4
Complementary color
Monochromatic Colors of #D0A6E4
Black with #D0A6E4
Text Example
Text Example
White with #D0A6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6E4; }
p { color: rgb(208,166,228); }
H1.HeaderClassName
{
color: #D0A6E4;
}
.AnyTagClassName
{
color: #D0A6E4;
}
</style>
background-color css
<style>
a { background-color: #D0A6E4; }
a { background-color: rgb(208,166,228); }
div.DivClassName
{
background-color: #D0A6E4;
}
.BgClassName
{
background-color: #D0A6E4;
}
</style>
border-color css
<style>
span { border-color: #D0A6E4; }
span { border-color: rgb(208,166,228); }
td.TdClassName
{
border-color: #D0A6E4;
}
.TagClassName
{
border-color: #D0A6E4;
}
</style>