Shades of Wisteria #D4A0EB
Tints of Wisteria #D4A0EB
RGB
CMYK
RGB Variations
Color information
#D4A0EB (or 0xD4A0EB) is known color: Wisteria. HEX triplet: D4, A0 and EB. RGB value is (212,160,235). Sum of RGB (Red+Green+Blue) = 212+160+235=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A0EB is #2B5F14. Grayscale: #B7B7B7. Windows color (decimal): -2842389 or 15442132. OLE color: 15442132.
HSL color Cylindrical-coordinate representation of color #D4A0EB: hue angle of 281.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4A0EB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 160 | 235 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.08 |
| HSL | 281.6º | 0.65% | 0.77% | - |
| HSV(B) | 281.6º | 0.32% | 0.92% | - |
| XYZ | 54.72 | 45.14 | 84.43 | - |
| YUV | 184.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 235 | 0.10 | 0.32 | 0 | 0.08 | 281.6 | 0.65 | 0.77 |
| Hex | D4 | A0 | EB | A | 20 | 0 | 8 | 11A | 41 | 4D |
| Octal | 324 | 240 | 353 | 12 | 40 | 0 | 10 | 432 | 101 | 115 |
| Binary | 11010100 | 10100000 | 11101011 | 1010 | 100000 | 0 | 1000 | 100011010 | 1000001 | 1001101 |
Color Harmonies of #D4A0EB
Complementary color
Monochromatic Colors of #D4A0EB
Black with #D4A0EB
Text Example
Text Example
White with #D4A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0EB; }
p { color: rgb(212,160,235); }
H1.HeaderClassName
{
color: #D4A0EB;
}
.AnyTagClassName
{
color: #D4A0EB;
}
</style>
background-color css
<style>
a { background-color: #D4A0EB; }
a { background-color: rgb(212,160,235); }
div.DivClassName
{
background-color: #D4A0EB;
}
.BgClassName
{
background-color: #D4A0EB;
}
</style>
border-color css
<style>
span { border-color: #D4A0EB; }
span { border-color: rgb(212,160,235); }
td.TdClassName
{
border-color: #D4A0EB;
}
.TagClassName
{
border-color: #D4A0EB;
}
</style>