Shades of Wistful #A19BE6
Tints of Wistful #A19BE6
RGB
CMYK
RGB Variations
Color information
#A19BE6 (or 0xA19BE6) is known color: Wistful. HEX triplet: A1, 9B and E6. RGB value is (161,155,230). Sum of RGB (Red+Green+Blue) = 161+155+230=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #A19BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19BE6 is #5E6419. Grayscale: #A5A5A5. Windows color (decimal): -6186010 or 15113121. OLE color: 15113121.
HSL color Cylindrical-coordinate representation of color #A19BE6: hue angle of 244.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A19BE6 is Cyan = 0.3, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 155 | 230 | - |
| CMYK | 0.3 | 0.33 | 0 | 0.10 |
| HSL | 244.8º | 0.6% | 0.75% | - |
| HSV(B) | 244.8º | 0.33% | 0.9% | - |
| XYZ | 40.7 | 36.73 | 79.81 | - |
| YUV | 165.34 | 164.49 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 230 | 0.3 | 0.33 | 0 | 0.10 | 244.8 | 0.6 | 0.75 |
| Hex | A1 | 9B | E6 | 1E | 21 | 0 | A | F5 | 3C | 4B |
| Octal | 241 | 233 | 346 | 36 | 41 | 0 | 12 | 365 | 74 | 113 |
| Binary | 10100001 | 10011011 | 11100110 | 11110 | 100001 | 0 | 1010 | 11110101 | 111100 | 1001011 |
Color Harmonies of #A19BE6
Complementary color
Monochromatic Colors of #A19BE6
Black with #A19BE6
Text Example
Text Example
White with #A19BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BE6; }
p { color: rgb(161,155,230); }
H1.HeaderClassName
{
color: #A19BE6;
}
.AnyTagClassName
{
color: #A19BE6;
}
</style>
background-color css
<style>
a { background-color: #A19BE6; }
a { background-color: rgb(161,155,230); }
div.DivClassName
{
background-color: #A19BE6;
}
.BgClassName
{
background-color: #A19BE6;
}
</style>
border-color css
<style>
span { border-color: #A19BE6; }
span { border-color: rgb(161,155,230); }
td.TdClassName
{
border-color: #A19BE6;
}
.TagClassName
{
border-color: #A19BE6;
}
</style>