Shades of Wisteria #D19AF4
Tints of Wisteria #D19AF4
RGB
CMYK
RGB Variations
Color information
#D19AF4 (or 0xD19AF4) is known color: Wisteria. HEX triplet: D1, 9A and F4. RGB value is (209,154,244). Sum of RGB (Red+Green+Blue) = 209+154+244=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #D19AF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19AF4 is #2E650B. Grayscale: #B4B4B4. Windows color (decimal): -3040524 or 16030417. OLE color: 16030417.
HSL color Cylindrical-coordinate representation of color #D19AF4: hue angle of 276.67º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D19AF4 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 154 | 244 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.04 |
| HSL | 276.67º | 0.8% | 0.78% | - |
| HSV(B) | 276.67º | 0.37% | 0.96% | - |
| XYZ | 54.18 | 43.2 | 91.07 | - |
| YUV | 180.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 244 | 0.14 | 0.37 | 0 | 0.04 | 276.67 | 0.8 | 0.78 |
| Hex | D1 | 9A | F4 | E | 25 | 0 | 4 | 115 | 50 | 4E |
| Octal | 321 | 232 | 364 | 16 | 45 | 0 | 4 | 425 | 120 | 116 |
| Binary | 11010001 | 10011010 | 11110100 | 1110 | 100101 | 0 | 100 | 100010101 | 1010000 | 1001110 |
Color Harmonies of #D19AF4
Complementary color
Monochromatic Colors of #D19AF4
Black with #D19AF4
Text Example
Text Example
White with #D19AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AF4; }
p { color: rgb(209,154,244); }
H1.HeaderClassName
{
color: #D19AF4;
}
.AnyTagClassName
{
color: #D19AF4;
}
</style>
background-color css
<style>
a { background-color: #D19AF4; }
a { background-color: rgb(209,154,244); }
div.DivClassName
{
background-color: #D19AF4;
}
.BgClassName
{
background-color: #D19AF4;
}
</style>
border-color css
<style>
span { border-color: #D19AF4; }
span { border-color: rgb(209,154,244); }
td.TdClassName
{
border-color: #D19AF4;
}
.TagClassName
{
border-color: #D19AF4;
}
</style>