Shades of Wisteria #D0A7E3
Tints of Wisteria #D0A7E3
RGB
CMYK
RGB Variations
Color information
#D0A7E3 (or 0xD0A7E3) is known color: Wisteria. HEX triplet: D0, A7 and E3. RGB value is (208,167,227). Sum of RGB (Red+Green+Blue) = 208+167+227=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #D0A7E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7E3 is #2F581C. Grayscale: #B9B9B9. Windows color (decimal): -3102749 or 14919632. OLE color: 14919632.
HSL color Cylindrical-coordinate representation of color #D0A7E3: hue angle of 281º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0A7E3 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 167 | 227 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.11 |
| HSL | 281º | 0.52% | 0.77% | - |
| HSV(B) | 281º | 0.26% | 0.89% | - |
| XYZ | 53.7 | 46.59 | 78.84 | - |
| YUV | 186.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 227 | 0.08 | 0.26 | 0 | 0.11 | 281 | 0.52 | 0.77 |
| Hex | D0 | A7 | E3 | 8 | 1A | 0 | B | 119 | 34 | 4D |
| Octal | 320 | 247 | 343 | 10 | 32 | 0 | 13 | 431 | 64 | 115 |
| Binary | 11010000 | 10100111 | 11100011 | 1000 | 11010 | 0 | 1011 | 100011001 | 110100 | 1001101 |
Color Harmonies of #D0A7E3
Complementary color
Monochromatic Colors of #D0A7E3
Black with #D0A7E3
Text Example
Text Example
White with #D0A7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7E3; }
p { color: rgb(208,167,227); }
H1.HeaderClassName
{
color: #D0A7E3;
}
.AnyTagClassName
{
color: #D0A7E3;
}
</style>
background-color css
<style>
a { background-color: #D0A7E3; }
a { background-color: rgb(208,167,227); }
div.DivClassName
{
background-color: #D0A7E3;
}
.BgClassName
{
background-color: #D0A7E3;
}
</style>
border-color css
<style>
span { border-color: #D0A7E3; }
span { border-color: rgb(208,167,227); }
td.TdClassName
{
border-color: #D0A7E3;
}
.TagClassName
{
border-color: #D0A7E3;
}
</style>