Shades of Wistful #A198FA
Tints of Wistful #A198FA
RGB
CMYK
RGB Variations
Color information
#A198FA (or 0xA198FA) is known color: Wistful. HEX triplet: A1, 98 and FA. RGB value is (161,152,250). Sum of RGB (Red+Green+Blue) = 161+152+250=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A198FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198FA is #5E6705. Grayscale: #A5A5A5. Windows color (decimal): -6186758 or 16423073. OLE color: 16423073.
HSL color Cylindrical-coordinate representation of color #A198FA: hue angle of 245.51º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A198FA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 152 | 250 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.02 |
| HSL | 245.51º | 0.91% | 0.79% | - |
| HSV(B) | 245.51º | 0.39% | 0.98% | - |
| XYZ | 43.18 | 36.94 | 95.3 | - |
| YUV | 165.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 250 | 0.36 | 0.39 | 0 | 0.02 | 245.51 | 0.91 | 0.79 |
| Hex | A1 | 98 | FA | 24 | 27 | 0 | 2 | F6 | 5B | 4F |
| Octal | 241 | 230 | 372 | 44 | 47 | 0 | 2 | 366 | 133 | 117 |
| Binary | 10100001 | 10011000 | 11111010 | 100100 | 100111 | 0 | 10 | 11110110 | 1011011 | 1001111 |
Color Harmonies of #A198FA
Complementary color
Monochromatic Colors of #A198FA
Black with #A198FA
Text Example
Text Example
White with #A198FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198FA; }
p { color: rgb(161,152,250); }
H1.HeaderClassName
{
color: #A198FA;
}
.AnyTagClassName
{
color: #A198FA;
}
</style>
background-color css
<style>
a { background-color: #A198FA; }
a { background-color: rgb(161,152,250); }
div.DivClassName
{
background-color: #A198FA;
}
.BgClassName
{
background-color: #A198FA;
}
</style>
border-color css
<style>
span { border-color: #A198FA; }
span { border-color: rgb(161,152,250); }
td.TdClassName
{
border-color: #A198FA;
}
.TagClassName
{
border-color: #A198FA;
}
</style>