Shades of Wisteria #D2A3EA
Tints of Wisteria #D2A3EA
RGB
CMYK
RGB Variations
Color information
#D2A3EA (or 0xD2A3EA) is known color: Wisteria. HEX triplet: D2, A3 and EA. RGB value is (210,163,234). Sum of RGB (Red+Green+Blue) = 210+163+234=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A3EA is #2D5C15. Grayscale: #B8B8B8. Windows color (decimal): -2972694 or 15377362. OLE color: 15377362.
HSL color Cylindrical-coordinate representation of color #D2A3EA: hue angle of 279.72º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A3EA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 163 | 234 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.08 |
| HSL | 279.72º | 0.63% | 0.78% | - |
| HSV(B) | 279.72º | 0.3% | 0.92% | - |
| XYZ | 54.53 | 45.84 | 83.82 | - |
| YUV | 185.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 234 | 0.10 | 0.30 | 0 | 0.08 | 279.72 | 0.63 | 0.78 |
| Hex | D2 | A3 | EA | A | 1E | 0 | 8 | 118 | 3F | 4E |
| Octal | 322 | 243 | 352 | 12 | 36 | 0 | 10 | 430 | 77 | 116 |
| Binary | 11010010 | 10100011 | 11101010 | 1010 | 11110 | 0 | 1000 | 100011000 | 111111 | 1001110 |
Color Harmonies of #D2A3EA
Complementary color
Monochromatic Colors of #D2A3EA
Black with #D2A3EA
Text Example
Text Example
White with #D2A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A3EA; }
p { color: rgb(210,163,234); }
H1.HeaderClassName
{
color: #D2A3EA;
}
.AnyTagClassName
{
color: #D2A3EA;
}
</style>
background-color css
<style>
a { background-color: #D2A3EA; }
a { background-color: rgb(210,163,234); }
div.DivClassName
{
background-color: #D2A3EA;
}
.BgClassName
{
background-color: #D2A3EA;
}
</style>
border-color css
<style>
span { border-color: #D2A3EA; }
span { border-color: rgb(210,163,234); }
td.TdClassName
{
border-color: #D2A3EA;
}
.TagClassName
{
border-color: #D2A3EA;
}
</style>