Shades of Wisteria #D0A6E0
Tints of Wisteria #D0A6E0
RGB
CMYK
RGB Variations
Color information
#D0A6E0 (or 0xD0A6E0) is known color: Wisteria. HEX triplet: D0, A6 and E0. RGB value is (208,166,224). Sum of RGB (Red+Green+Blue) = 208+166+224=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0A6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6E0 is #2F591F. Grayscale: #B8B8B8. Windows color (decimal): -3103008 or 14722768. OLE color: 14722768.
HSL color Cylindrical-coordinate representation of color #D0A6E0: hue angle of 283.45º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0A6E0 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 166 | 224 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.12 |
| HSL | 283.45º | 0.48% | 0.76% | - |
| HSV(B) | 283.45º | 0.26% | 0.88% | - |
| XYZ | 53.1 | 46.06 | 76.61 | - |
| YUV | 185.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 224 | 0.07 | 0.26 | 0 | 0.12 | 283.45 | 0.48 | 0.76 |
| Hex | D0 | A6 | E0 | 7 | 1A | 0 | C | 11B | 30 | 4C |
| Octal | 320 | 246 | 340 | 7 | 32 | 0 | 14 | 433 | 60 | 114 |
| Binary | 11010000 | 10100110 | 11100000 | 111 | 11010 | 0 | 1100 | 100011011 | 110000 | 1001100 |
Color Harmonies of #D0A6E0
Complementary color
Monochromatic Colors of #D0A6E0
Black with #D0A6E0
Text Example
Text Example
White with #D0A6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6E0; }
p { color: rgb(208,166,224); }
H1.HeaderClassName
{
color: #D0A6E0;
}
.AnyTagClassName
{
color: #D0A6E0;
}
</style>
background-color css
<style>
a { background-color: #D0A6E0; }
a { background-color: rgb(208,166,224); }
div.DivClassName
{
background-color: #D0A6E0;
}
.BgClassName
{
background-color: #D0A6E0;
}
</style>
border-color css
<style>
span { border-color: #D0A6E0; }
span { border-color: rgb(208,166,224); }
td.TdClassName
{
border-color: #D0A6E0;
}
.TagClassName
{
border-color: #D0A6E0;
}
</style>