Shades of Wistful #A197EA
Tints of Wistful #A197EA
RGB
CMYK
RGB Variations
Color information
#A197EA (or 0xA197EA) is known color: Wistful. HEX triplet: A1, 97 and EA. RGB value is (161,151,234). Sum of RGB (Red+Green+Blue) = 161+151+234=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #A197EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197EA is #5E6815. Grayscale: #A3A3A3. Windows color (decimal): -6187030 or 15374241. OLE color: 15374241.
HSL color Cylindrical-coordinate representation of color #A197EA: hue angle of 247.23º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A197EA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 151 | 234 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.08 |
| HSL | 247.23º | 0.66% | 0.75% | - |
| HSV(B) | 247.23º | 0.35% | 0.92% | - |
| XYZ | 40.62 | 35.65 | 82.58 | - |
| YUV | 163.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 234 | 0.31 | 0.35 | 0 | 0.08 | 247.23 | 0.66 | 0.75 |
| Hex | A1 | 97 | EA | 1F | 23 | 0 | 8 | F7 | 42 | 4B |
| Octal | 241 | 227 | 352 | 37 | 43 | 0 | 10 | 367 | 102 | 113 |
| Binary | 10100001 | 10010111 | 11101010 | 11111 | 100011 | 0 | 1000 | 11110111 | 1000010 | 1001011 |
Color Harmonies of #A197EA
Complementary color
Monochromatic Colors of #A197EA
Black with #A197EA
Text Example
Text Example
White with #A197EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197EA; }
p { color: rgb(161,151,234); }
H1.HeaderClassName
{
color: #A197EA;
}
.AnyTagClassName
{
color: #A197EA;
}
</style>
background-color css
<style>
a { background-color: #A197EA; }
a { background-color: rgb(161,151,234); }
div.DivClassName
{
background-color: #A197EA;
}
.BgClassName
{
background-color: #A197EA;
}
</style>
border-color css
<style>
span { border-color: #A197EA; }
span { border-color: rgb(161,151,234); }
td.TdClassName
{
border-color: #A197EA;
}
.TagClassName
{
border-color: #A197EA;
}
</style>