Shades of Wisteria #D0A8D8
Tints of Wisteria #D0A8D8
RGB
CMYK
RGB Variations
Color information
#D0A8D8 (or 0xD0A8D8) is known color: Wisteria. HEX triplet: D0, A8 and D8. RGB value is (208,168,216). Sum of RGB (Red+Green+Blue) = 208+168+216=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8D8 is #2F5727. Grayscale: #B9B9B9. Windows color (decimal): -3102504 or 14198992. OLE color: 14198992.
HSL color Cylindrical-coordinate representation of color #D0A8D8: hue angle of 290º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A8D8 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 168 | 216 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.15 |
| HSL | 290º | 0.38% | 0.75% | - |
| HSV(B) | 290º | 0.22% | 0.85% | - |
| XYZ | 52.41 | 46.37 | 71.15 | - |
| YUV | 185.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 216 | 0.04 | 0.22 | 0 | 0.15 | 290 | 0.38 | 0.75 |
| Hex | D0 | A8 | D8 | 4 | 16 | 0 | F | 122 | 26 | 4B |
| Octal | 320 | 250 | 330 | 4 | 26 | 0 | 17 | 442 | 46 | 113 |
| Binary | 11010000 | 10101000 | 11011000 | 100 | 10110 | 0 | 1111 | 100100010 | 100110 | 1001011 |
Color Harmonies of #D0A8D8
Complementary color
Monochromatic Colors of #D0A8D8
Black with #D0A8D8
Text Example
Text Example
White with #D0A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8D8; }
p { color: rgb(208,168,216); }
H1.HeaderClassName
{
color: #D0A8D8;
}
.AnyTagClassName
{
color: #D0A8D8;
}
</style>
background-color css
<style>
a { background-color: #D0A8D8; }
a { background-color: rgb(208,168,216); }
div.DivClassName
{
background-color: #D0A8D8;
}
.BgClassName
{
background-color: #D0A8D8;
}
</style>
border-color css
<style>
span { border-color: #D0A8D8; }
span { border-color: rgb(208,168,216); }
td.TdClassName
{
border-color: #D0A8D8;
}
.TagClassName
{
border-color: #D0A8D8;
}
</style>