Shades of Wisteria #D4A6E5
Tints of Wisteria #D4A6E5
RGB
CMYK
RGB Variations
Color information
#D4A6E5 (or 0xD4A6E5) is known color: Wisteria. HEX triplet: D4, A6 and E5. RGB value is (212,166,229). Sum of RGB (Red+Green+Blue) = 212+166+229=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4A6E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6E5 is #2B591A. Grayscale: #BABABA. Windows color (decimal): -2840859 or 15050452. OLE color: 15050452.
HSL color Cylindrical-coordinate representation of color #D4A6E5: hue angle of 283.81º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A6E5 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 166 | 229 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.10 |
| HSL | 283.81º | 0.55% | 0.77% | - |
| HSV(B) | 283.81º | 0.28% | 0.9% | - |
| XYZ | 54.93 | 46.93 | 80.29 | - |
| YUV | 186.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 229 | 0.07 | 0.28 | 0 | 0.10 | 283.81 | 0.55 | 0.77 |
| Hex | D4 | A6 | E5 | 7 | 1C | 0 | A | 11C | 37 | 4D |
| Octal | 324 | 246 | 345 | 7 | 34 | 0 | 12 | 434 | 67 | 115 |
| Binary | 11010100 | 10100110 | 11100101 | 111 | 11100 | 0 | 1010 | 100011100 | 110111 | 1001101 |
Color Harmonies of #D4A6E5
Complementary color
Monochromatic Colors of #D4A6E5
Black with #D4A6E5
Text Example
Text Example
White with #D4A6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6E5; }
p { color: rgb(212,166,229); }
H1.HeaderClassName
{
color: #D4A6E5;
}
.AnyTagClassName
{
color: #D4A6E5;
}
</style>
background-color css
<style>
a { background-color: #D4A6E5; }
a { background-color: rgb(212,166,229); }
div.DivClassName
{
background-color: #D4A6E5;
}
.BgClassName
{
background-color: #D4A6E5;
}
</style>
border-color css
<style>
span { border-color: #D4A6E5; }
span { border-color: rgb(212,166,229); }
td.TdClassName
{
border-color: #D4A6E5;
}
.TagClassName
{
border-color: #D4A6E5;
}
</style>