Shades of Wisteria #D0A3F0
Tints of Wisteria #D0A3F0
RGB
CMYK
RGB Variations
Color information
#D0A3F0 (or 0xD0A3F0) is known color: Wisteria. HEX triplet: D0, A3 and F0. RGB value is (208,163,240). Sum of RGB (Red+Green+Blue) = 208+163+240=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #D0A3F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A3F0 is #2F5C0F. Grayscale: #B8B8B8. Windows color (decimal): -3103760 or 15770576. OLE color: 15770576.
HSL color Cylindrical-coordinate representation of color #D0A3F0: hue angle of 275.06º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A3F0 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 163 | 240 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.06 |
| HSL | 275.06º | 0.72% | 0.79% | - |
| HSV(B) | 275.06º | 0.32% | 0.94% | - |
| XYZ | 54.84 | 45.9 | 88.41 | - |
| YUV | 185.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 240 | 0.13 | 0.32 | 0 | 0.06 | 275.06 | 0.72 | 0.79 |
| Hex | D0 | A3 | F0 | D | 20 | 0 | 6 | 113 | 48 | 4F |
| Octal | 320 | 243 | 360 | 15 | 40 | 0 | 6 | 423 | 110 | 117 |
| Binary | 11010000 | 10100011 | 11110000 | 1101 | 100000 | 0 | 110 | 100010011 | 1001000 | 1001111 |
Color Harmonies of #D0A3F0
Complementary color
Monochromatic Colors of #D0A3F0
Black with #D0A3F0
Text Example
Text Example
White with #D0A3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A3F0; }
p { color: rgb(208,163,240); }
H1.HeaderClassName
{
color: #D0A3F0;
}
.AnyTagClassName
{
color: #D0A3F0;
}
</style>
background-color css
<style>
a { background-color: #D0A3F0; }
a { background-color: rgb(208,163,240); }
div.DivClassName
{
background-color: #D0A3F0;
}
.BgClassName
{
background-color: #D0A3F0;
}
</style>
border-color css
<style>
span { border-color: #D0A3F0; }
span { border-color: rgb(208,163,240); }
td.TdClassName
{
border-color: #D0A3F0;
}
.TagClassName
{
border-color: #D0A3F0;
}
</style>