Shades of Wisteria #D4A0E5
Tints of Wisteria #D4A0E5
RGB
CMYK
RGB Variations
Color information
#D4A0E5 (or 0xD4A0E5) is known color: Wisteria. HEX triplet: D4, A0 and E5. RGB value is (212,160,229). Sum of RGB (Red+Green+Blue) = 212+160+229=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4A0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0E5 is #2B5F1A. Grayscale: #B7B7B7. Windows color (decimal): -2842395 or 15048916. OLE color: 15048916.
HSL color Cylindrical-coordinate representation of color #D4A0E5: hue angle of 285.22º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4A0E5 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 160 | 229 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.10 |
| HSL | 285.22º | 0.57% | 0.76% | - |
| HSV(B) | 285.22º | 0.3% | 0.9% | - |
| XYZ | 53.87 | 44.8 | 79.94 | - |
| YUV | 183.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 229 | 0.07 | 0.30 | 0 | 0.10 | 285.22 | 0.57 | 0.76 |
| Hex | D4 | A0 | E5 | 7 | 1E | 0 | A | 11D | 39 | 4C |
| Octal | 324 | 240 | 345 | 7 | 36 | 0 | 12 | 435 | 71 | 114 |
| Binary | 11010100 | 10100000 | 11100101 | 111 | 11110 | 0 | 1010 | 100011101 | 111001 | 1001100 |
Color Harmonies of #D4A0E5
Complementary color
Monochromatic Colors of #D4A0E5
Black with #D4A0E5
Text Example
Text Example
White with #D4A0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0E5; }
p { color: rgb(212,160,229); }
H1.HeaderClassName
{
color: #D4A0E5;
}
.AnyTagClassName
{
color: #D4A0E5;
}
</style>
background-color css
<style>
a { background-color: #D4A0E5; }
a { background-color: rgb(212,160,229); }
div.DivClassName
{
background-color: #D4A0E5;
}
.BgClassName
{
background-color: #D4A0E5;
}
</style>
border-color css
<style>
span { border-color: #D4A0E5; }
span { border-color: rgb(212,160,229); }
td.TdClassName
{
border-color: #D4A0E5;
}
.TagClassName
{
border-color: #D4A0E5;
}
</style>