Shades of Wisteria #D0A1EA
Tints of Wisteria #D0A1EA
RGB
CMYK
RGB Variations
Color information
#D0A1EA (or 0xD0A1EA) is known color: Wisteria. HEX triplet: D0, A1 and EA. RGB value is (208,161,234). Sum of RGB (Red+Green+Blue) = 208+161+234=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0A1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A1EA is #2F5E15. Grayscale: #B7B7B7. Windows color (decimal): -3104278 or 15376848. OLE color: 15376848.
HSL color Cylindrical-coordinate representation of color #D0A1EA: hue angle of 278.63º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0A1EA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 161 | 234 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.08 |
| HSL | 278.63º | 0.63% | 0.77% | - |
| HSV(B) | 278.63º | 0.31% | 0.92% | - |
| XYZ | 53.61 | 44.84 | 83.67 | - |
| YUV | 183.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 234 | 0.11 | 0.31 | 0 | 0.08 | 278.63 | 0.63 | 0.77 |
| Hex | D0 | A1 | EA | B | 1F | 0 | 8 | 117 | 3F | 4D |
| Octal | 320 | 241 | 352 | 13 | 37 | 0 | 10 | 427 | 77 | 115 |
| Binary | 11010000 | 10100001 | 11101010 | 1011 | 11111 | 0 | 1000 | 100010111 | 111111 | 1001101 |
Color Harmonies of #D0A1EA
Complementary color
Monochromatic Colors of #D0A1EA
Black with #D0A1EA
Text Example
Text Example
White with #D0A1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1EA; }
p { color: rgb(208,161,234); }
H1.HeaderClassName
{
color: #D0A1EA;
}
.AnyTagClassName
{
color: #D0A1EA;
}
</style>
background-color css
<style>
a { background-color: #D0A1EA; }
a { background-color: rgb(208,161,234); }
div.DivClassName
{
background-color: #D0A1EA;
}
.BgClassName
{
background-color: #D0A1EA;
}
</style>
border-color css
<style>
span { border-color: #D0A1EA; }
span { border-color: rgb(208,161,234); }
td.TdClassName
{
border-color: #D0A1EA;
}
.TagClassName
{
border-color: #D0A1EA;
}
</style>