Shades of Wisteria #D2A0E0
Tints of Wisteria #D2A0E0
RGB
CMYK
RGB Variations
Color information
#D2A0E0 (or 0xD2A0E0) is known color: Wisteria. HEX triplet: D2, A0 and E0. RGB value is (210,160,224). Sum of RGB (Red+Green+Blue) = 210+160+224=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2A0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0E0 is #2D5F1F. Grayscale: #B6B6B6. Windows color (decimal): -2973472 or 14721234. OLE color: 14721234.
HSL color Cylindrical-coordinate representation of color #D2A0E0: hue angle of 286.88º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2A0E0 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 160 | 224 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.12 |
| HSL | 286.88º | 0.51% | 0.75% | - |
| HSV(B) | 286.88º | 0.29% | 0.88% | - |
| XYZ | 52.6 | 44.23 | 76.28 | - |
| YUV | 182.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 224 | 0.06 | 0.29 | 0 | 0.12 | 286.88 | 0.51 | 0.75 |
| Hex | D2 | A0 | E0 | 6 | 1D | 0 | C | 11F | 33 | 4B |
| Octal | 322 | 240 | 340 | 6 | 35 | 0 | 14 | 437 | 63 | 113 |
| Binary | 11010010 | 10100000 | 11100000 | 110 | 11101 | 0 | 1100 | 100011111 | 110011 | 1001011 |
Color Harmonies of #D2A0E0
Complementary color
Monochromatic Colors of #D2A0E0
Black with #D2A0E0
Text Example
Text Example
White with #D2A0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0E0; }
p { color: rgb(210,160,224); }
H1.HeaderClassName
{
color: #D2A0E0;
}
.AnyTagClassName
{
color: #D2A0E0;
}
</style>
background-color css
<style>
a { background-color: #D2A0E0; }
a { background-color: rgb(210,160,224); }
div.DivClassName
{
background-color: #D2A0E0;
}
.BgClassName
{
background-color: #D2A0E0;
}
</style>
border-color css
<style>
span { border-color: #D2A0E0; }
span { border-color: rgb(210,160,224); }
td.TdClassName
{
border-color: #D2A0E0;
}
.TagClassName
{
border-color: #D2A0E0;
}
</style>