Shades of Wisteria #D2A5EF
Tints of Wisteria #D2A5EF
RGB
CMYK
RGB Variations
Color information
#D2A5EF (or 0xD2A5EF) is known color: Wisteria. HEX triplet: D2, A5 and EF. RGB value is (210,165,239). Sum of RGB (Red+Green+Blue) = 210+165+239=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2A5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A5EF is #2D5A10. Grayscale: #BABABA. Windows color (decimal): -2972177 or 15705554. OLE color: 15705554.
HSL color Cylindrical-coordinate representation of color #D2A5EF: hue angle of 276.49º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2A5EF is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 165 | 239 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.06 |
| HSL | 276.49º | 0.7% | 0.79% | - |
| HSV(B) | 276.49º | 0.31% | 0.94% | - |
| XYZ | 55.61 | 46.84 | 87.77 | - |
| YUV | 186.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 239 | 0.12 | 0.31 | 0 | 0.06 | 276.49 | 0.7 | 0.79 |
| Hex | D2 | A5 | EF | C | 1F | 0 | 6 | 114 | 46 | 4F |
| Octal | 322 | 245 | 357 | 14 | 37 | 0 | 6 | 424 | 106 | 117 |
| Binary | 11010010 | 10100101 | 11101111 | 1100 | 11111 | 0 | 110 | 100010100 | 1000110 | 1001111 |
Color Harmonies of #D2A5EF
Complementary color
Monochromatic Colors of #D2A5EF
Black with #D2A5EF
Text Example
Text Example
White with #D2A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A5EF; }
p { color: rgb(210,165,239); }
H1.HeaderClassName
{
color: #D2A5EF;
}
.AnyTagClassName
{
color: #D2A5EF;
}
</style>
background-color css
<style>
a { background-color: #D2A5EF; }
a { background-color: rgb(210,165,239); }
div.DivClassName
{
background-color: #D2A5EF;
}
.BgClassName
{
background-color: #D2A5EF;
}
</style>
border-color css
<style>
span { border-color: #D2A5EF; }
span { border-color: rgb(210,165,239); }
td.TdClassName
{
border-color: #D2A5EF;
}
.TagClassName
{
border-color: #D2A5EF;
}
</style>