Shades of Wisteria #D5A2E0
Tints of Wisteria #D5A2E0
RGB
CMYK
RGB Variations
Color information
#D5A2E0 (or 0xD5A2E0) is known color: Wisteria. HEX triplet: D5, A2 and E0. RGB value is (213,162,224). Sum of RGB (Red+Green+Blue) = 213+162+224=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5A2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2E0 is #2A5D1F. Grayscale: #B8B8B8. Windows color (decimal): -2776352 or 14721749. OLE color: 14721749.
HSL color Cylindrical-coordinate representation of color #D5A2E0: hue angle of 289.35º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5A2E0 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 162 | 224 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.12 |
| HSL | 289.35º | 0.5% | 0.76% | - |
| HSV(B) | 289.35º | 0.28% | 0.88% | - |
| XYZ | 53.82 | 45.37 | 76.44 | - |
| YUV | 184.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 224 | 0.05 | 0.28 | 0 | 0.12 | 289.35 | 0.5 | 0.76 |
| Hex | D5 | A2 | E0 | 5 | 1C | 0 | C | 121 | 32 | 4C |
| Octal | 325 | 242 | 340 | 5 | 34 | 0 | 14 | 441 | 62 | 114 |
| Binary | 11010101 | 10100010 | 11100000 | 101 | 11100 | 0 | 1100 | 100100001 | 110010 | 1001100 |
Color Harmonies of #D5A2E0
Complementary color
Monochromatic Colors of #D5A2E0
Black with #D5A2E0
Text Example
Text Example
White with #D5A2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2E0; }
p { color: rgb(213,162,224); }
H1.HeaderClassName
{
color: #D5A2E0;
}
.AnyTagClassName
{
color: #D5A2E0;
}
</style>
background-color css
<style>
a { background-color: #D5A2E0; }
a { background-color: rgb(213,162,224); }
div.DivClassName
{
background-color: #D5A2E0;
}
.BgClassName
{
background-color: #D5A2E0;
}
</style>
border-color css
<style>
span { border-color: #D5A2E0; }
span { border-color: rgb(213,162,224); }
td.TdClassName
{
border-color: #D5A2E0;
}
.TagClassName
{
border-color: #D5A2E0;
}
</style>