Shades of Wisteria #D0A9E1
Tints of Wisteria #D0A9E1
RGB
CMYK
RGB Variations
Color information
#D0A9E1 (or 0xD0A9E1) is known color: Wisteria. HEX triplet: D0, A9 and E1. RGB value is (208,169,225). Sum of RGB (Red+Green+Blue) = 208+169+225=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0A9E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9E1 is #2F561E. Grayscale: #BABABA. Windows color (decimal): -3102239 or 14789072. OLE color: 14789072.
HSL color Cylindrical-coordinate representation of color #D0A9E1: hue angle of 281.79º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0A9E1 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 169 | 225 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.12 |
| HSL | 281.79º | 0.48% | 0.77% | - |
| HSV(B) | 281.79º | 0.25% | 0.88% | - |
| XYZ | 53.79 | 47.22 | 77.51 | - |
| YUV | 187.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 225 | 0.08 | 0.25 | 0 | 0.12 | 281.79 | 0.48 | 0.77 |
| Hex | D0 | A9 | E1 | 8 | 19 | 0 | C | 11A | 30 | 4D |
| Octal | 320 | 251 | 341 | 10 | 31 | 0 | 14 | 432 | 60 | 115 |
| Binary | 11010000 | 10101001 | 11100001 | 1000 | 11001 | 0 | 1100 | 100011010 | 110000 | 1001101 |
Color Harmonies of #D0A9E1
Complementary color
Monochromatic Colors of #D0A9E1
Black with #D0A9E1
Text Example
Text Example
White with #D0A9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9E1; }
p { color: rgb(208,169,225); }
H1.HeaderClassName
{
color: #D0A9E1;
}
.AnyTagClassName
{
color: #D0A9E1;
}
</style>
background-color css
<style>
a { background-color: #D0A9E1; }
a { background-color: rgb(208,169,225); }
div.DivClassName
{
background-color: #D0A9E1;
}
.BgClassName
{
background-color: #D0A9E1;
}
</style>
border-color css
<style>
span { border-color: #D0A9E1; }
span { border-color: rgb(208,169,225); }
td.TdClassName
{
border-color: #D0A9E1;
}
.TagClassName
{
border-color: #D0A9E1;
}
</style>