Shades of Wisteria #D0A2EC
Tints of Wisteria #D0A2EC
RGB
CMYK
RGB Variations
Color information
#D0A2EC (or 0xD0A2EC) is known color: Wisteria. HEX triplet: D0, A2 and EC. RGB value is (208,162,236). Sum of RGB (Red+Green+Blue) = 208+162+236=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0A2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A2EC is #2F5D13. Grayscale: #B7B7B7. Windows color (decimal): -3104020 or 15508176. OLE color: 15508176.
HSL color Cylindrical-coordinate representation of color #D0A2EC: hue angle of 277.3º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0A2EC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 162 | 236 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.07 |
| HSL | 277.3º | 0.66% | 0.78% | - |
| HSV(B) | 277.3º | 0.31% | 0.93% | - |
| XYZ | 54.07 | 45.31 | 85.25 | - |
| YUV | 184.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 236 | 0.12 | 0.31 | 0 | 0.07 | 277.3 | 0.66 | 0.78 |
| Hex | D0 | A2 | EC | C | 1F | 0 | 7 | 115 | 42 | 4E |
| Octal | 320 | 242 | 354 | 14 | 37 | 0 | 7 | 425 | 102 | 116 |
| Binary | 11010000 | 10100010 | 11101100 | 1100 | 11111 | 0 | 111 | 100010101 | 1000010 | 1001110 |
Color Harmonies of #D0A2EC
Complementary color
Monochromatic Colors of #D0A2EC
Black with #D0A2EC
Text Example
Text Example
White with #D0A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2EC; }
p { color: rgb(208,162,236); }
H1.HeaderClassName
{
color: #D0A2EC;
}
.AnyTagClassName
{
color: #D0A2EC;
}
</style>
background-color css
<style>
a { background-color: #D0A2EC; }
a { background-color: rgb(208,162,236); }
div.DivClassName
{
background-color: #D0A2EC;
}
.BgClassName
{
background-color: #D0A2EC;
}
</style>
border-color css
<style>
span { border-color: #D0A2EC; }
span { border-color: rgb(208,162,236); }
td.TdClassName
{
border-color: #D0A2EC;
}
.TagClassName
{
border-color: #D0A2EC;
}
</style>