Shades of Wistful #A195EF
Tints of Wistful #A195EF
RGB
CMYK
RGB Variations
Color information
#A195EF (or 0xA195EF) is known color: Wistful. HEX triplet: A1, 95 and EF. RGB value is (161,149,239). Sum of RGB (Red+Green+Blue) = 161+149+239=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #A195EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195EF is #5E6A10. Grayscale: #A2A2A2. Windows color (decimal): -6187537 or 15701409. OLE color: 15701409.
HSL color Cylindrical-coordinate representation of color #A195EF: hue angle of 248º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A195EF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 149 | 239 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.06 |
| HSL | 248º | 0.74% | 0.76% | - |
| HSV(B) | 248º | 0.38% | 0.94% | - |
| XYZ | 41.03 | 35.3 | 86.31 | - |
| YUV | 162.85 | 170.98 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 239 | 0.33 | 0.38 | 0 | 0.06 | 248 | 0.74 | 0.76 |
| Hex | A1 | 95 | EF | 21 | 26 | 0 | 6 | F8 | 4A | 4C |
| Octal | 241 | 225 | 357 | 41 | 46 | 0 | 6 | 370 | 112 | 114 |
| Binary | 10100001 | 10010101 | 11101111 | 100001 | 100110 | 0 | 110 | 11111000 | 1001010 | 1001100 |
Color Harmonies of #A195EF
Complementary color
Monochromatic Colors of #A195EF
Black with #A195EF
Text Example
Text Example
White with #A195EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195EF; }
p { color: rgb(161,149,239); }
H1.HeaderClassName
{
color: #A195EF;
}
.AnyTagClassName
{
color: #A195EF;
}
</style>
background-color css
<style>
a { background-color: #A195EF; }
a { background-color: rgb(161,149,239); }
div.DivClassName
{
background-color: #A195EF;
}
.BgClassName
{
background-color: #A195EF;
}
</style>
border-color css
<style>
span { border-color: #A195EF; }
span { border-color: rgb(161,149,239); }
td.TdClassName
{
border-color: #A195EF;
}
.TagClassName
{
border-color: #A195EF;
}
</style>