Shades of Wistful #A19DEB
Tints of Wistful #A19DEB
RGB
CMYK
RGB Variations
Color information
#A19DEB (or 0xA19DEB) is known color: Wistful. HEX triplet: A1, 9D and EB. RGB value is (161,157,235). Sum of RGB (Red+Green+Blue) = 161+157+235=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #A19DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DEB is #5E6214. Grayscale: #A6A6A6. Windows color (decimal): -6185493 or 15441313. OLE color: 15441313.
HSL color Cylindrical-coordinate representation of color #A19DEB: hue angle of 243.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A19DEB is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 157 | 235 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.08 |
| HSL | 243.08º | 0.66% | 0.77% | - |
| HSV(B) | 243.08º | 0.33% | 0.92% | - |
| XYZ | 41.75 | 37.69 | 83.67 | - |
| YUV | 167.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 235 | 0.31 | 0.33 | 0 | 0.08 | 243.08 | 0.66 | 0.77 |
| Hex | A1 | 9D | EB | 1F | 21 | 0 | 8 | F3 | 42 | 4D |
| Octal | 241 | 235 | 353 | 37 | 41 | 0 | 10 | 363 | 102 | 115 |
| Binary | 10100001 | 10011101 | 11101011 | 11111 | 100001 | 0 | 1000 | 11110011 | 1000010 | 1001101 |
Color Harmonies of #A19DEB
Complementary color
Monochromatic Colors of #A19DEB
Black with #A19DEB
Text Example
Text Example
White with #A19DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DEB; }
p { color: rgb(161,157,235); }
H1.HeaderClassName
{
color: #A19DEB;
}
.AnyTagClassName
{
color: #A19DEB;
}
</style>
background-color css
<style>
a { background-color: #A19DEB; }
a { background-color: rgb(161,157,235); }
div.DivClassName
{
background-color: #A19DEB;
}
.BgClassName
{
background-color: #A19DEB;
}
</style>
border-color css
<style>
span { border-color: #A19DEB; }
span { border-color: rgb(161,157,235); }
td.TdClassName
{
border-color: #A19DEB;
}
.TagClassName
{
border-color: #A19DEB;
}
</style>