Shades of Wisteria #D5AFE7
Tints of Wisteria #D5AFE7
RGB
CMYK
RGB Variations
Color information
#D5AFE7 (or 0xD5AFE7) is known color: Wisteria. HEX triplet: D5, AF and E7. RGB value is (213,175,231). Sum of RGB (Red+Green+Blue) = 213+175+231=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFE7 is #2A5018. Grayscale: #C0C0C0. Windows color (decimal): -2773017 or 15183829. OLE color: 15183829.
HSL color Cylindrical-coordinate representation of color #D5AFE7: hue angle of 280.71º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5AFE7 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 175 | 231 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.09 |
| HSL | 280.71º | 0.54% | 0.8% | - |
| HSV(B) | 280.71º | 0.24% | 0.91% | - |
| XYZ | 57.19 | 50.58 | 82.35 | - |
| YUV | 192.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 231 | 0.08 | 0.24 | 0 | 0.09 | 280.71 | 0.54 | 0.8 |
| Hex | D5 | AF | E7 | 8 | 18 | 0 | 9 | 119 | 36 | 50 |
| Octal | 325 | 257 | 347 | 10 | 30 | 0 | 11 | 431 | 66 | 120 |
| Binary | 11010101 | 10101111 | 11100111 | 1000 | 11000 | 0 | 1001 | 100011001 | 110110 | 1010000 |
Color Harmonies of #D5AFE7
Complementary color
Monochromatic Colors of #D5AFE7
Black with #D5AFE7
Text Example
Text Example
White with #D5AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFE7; }
p { color: rgb(213,175,231); }
H1.HeaderClassName
{
color: #D5AFE7;
}
.AnyTagClassName
{
color: #D5AFE7;
}
</style>
background-color css
<style>
a { background-color: #D5AFE7; }
a { background-color: rgb(213,175,231); }
div.DivClassName
{
background-color: #D5AFE7;
}
.BgClassName
{
background-color: #D5AFE7;
}
</style>
border-color css
<style>
span { border-color: #D5AFE7; }
span { border-color: rgb(213,175,231); }
td.TdClassName
{
border-color: #D5AFE7;
}
.TagClassName
{
border-color: #D5AFE7;
}
</style>