Shades of Wisteria #D0A0E8
Tints of Wisteria #D0A0E8
RGB
CMYK
RGB Variations
Color information
#D0A0E8 (or 0xD0A0E8) is known color: Wisteria. HEX triplet: D0, A0 and E8. RGB value is (208,160,232). Sum of RGB (Red+Green+Blue) = 208+160+232=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0A0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A0E8 is #2F5F17. Grayscale: #B6B6B6. Windows color (decimal): -3104536 or 15245520. OLE color: 15245520.
HSL color Cylindrical-coordinate representation of color #D0A0E8: hue angle of 280º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0A0E8 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 160 | 232 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.09 |
| HSL | 280º | 0.61% | 0.77% | - |
| HSV(B) | 280º | 0.31% | 0.91% | - |
| XYZ | 53.15 | 44.38 | 82.11 | - |
| YUV | 182.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 232 | 0.10 | 0.31 | 0 | 0.09 | 280 | 0.61 | 0.77 |
| Hex | D0 | A0 | E8 | A | 1F | 0 | 9 | 118 | 3D | 4D |
| Octal | 320 | 240 | 350 | 12 | 37 | 0 | 11 | 430 | 75 | 115 |
| Binary | 11010000 | 10100000 | 11101000 | 1010 | 11111 | 0 | 1001 | 100011000 | 111101 | 1001101 |
Color Harmonies of #D0A0E8
Complementary color
Monochromatic Colors of #D0A0E8
Black with #D0A0E8
Text Example
Text Example
White with #D0A0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0E8; }
p { color: rgb(208,160,232); }
H1.HeaderClassName
{
color: #D0A0E8;
}
.AnyTagClassName
{
color: #D0A0E8;
}
</style>
background-color css
<style>
a { background-color: #D0A0E8; }
a { background-color: rgb(208,160,232); }
div.DivClassName
{
background-color: #D0A0E8;
}
.BgClassName
{
background-color: #D0A0E8;
}
</style>
border-color css
<style>
span { border-color: #D0A0E8; }
span { border-color: rgb(208,160,232); }
td.TdClassName
{
border-color: #D0A0E8;
}
.TagClassName
{
border-color: #D0A0E8;
}
</style>