Shades of Wisteria #D4A5E7
Tints of Wisteria #D4A5E7
RGB
CMYK
RGB Variations
Color information
#D4A5E7 (or 0xD4A5E7) is known color: Wisteria. HEX triplet: D4, A5 and E7. RGB value is (212,165,231). Sum of RGB (Red+Green+Blue) = 212+165+231=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4A5E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A5E7 is #2B5A18. Grayscale: #BABABA. Windows color (decimal): -2841113 or 15181268. OLE color: 15181268.
HSL color Cylindrical-coordinate representation of color #D4A5E7: hue angle of 282.73º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4A5E7 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 165 | 231 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.09 |
| HSL | 282.73º | 0.58% | 0.78% | - |
| HSV(B) | 282.73º | 0.29% | 0.91% | - |
| XYZ | 55.03 | 46.68 | 81.71 | - |
| YUV | 186.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 231 | 0.08 | 0.29 | 0 | 0.09 | 282.73 | 0.58 | 0.78 |
| Hex | D4 | A5 | E7 | 8 | 1D | 0 | 9 | 11B | 3A | 4E |
| Octal | 324 | 245 | 347 | 10 | 35 | 0 | 11 | 433 | 72 | 116 |
| Binary | 11010100 | 10100101 | 11100111 | 1000 | 11101 | 0 | 1001 | 100011011 | 111010 | 1001110 |
Color Harmonies of #D4A5E7
Complementary color
Monochromatic Colors of #D4A5E7
Black with #D4A5E7
Text Example
Text Example
White with #D4A5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A5E7; }
p { color: rgb(212,165,231); }
H1.HeaderClassName
{
color: #D4A5E7;
}
.AnyTagClassName
{
color: #D4A5E7;
}
</style>
background-color css
<style>
a { background-color: #D4A5E7; }
a { background-color: rgb(212,165,231); }
div.DivClassName
{
background-color: #D4A5E7;
}
.BgClassName
{
background-color: #D4A5E7;
}
</style>
border-color css
<style>
span { border-color: #D4A5E7; }
span { border-color: rgb(212,165,231); }
td.TdClassName
{
border-color: #D4A5E7;
}
.TagClassName
{
border-color: #D4A5E7;
}
</style>