Shades of Wistful #A198CA
Tints of Wistful #A198CA
RGB
CMYK
RGB Variations
Color information
#A198CA (or 0xA198CA) is known color: Wistful. HEX triplet: A1, 98 and CA. RGB value is (161,152,202). Sum of RGB (Red+Green+Blue) = 161+152+202=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A198CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198CA is #5E6735. Grayscale: #A0A0A0. Windows color (decimal): -6186806 or 13277345. OLE color: 13277345.
HSL color Cylindrical-coordinate representation of color #A198CA: hue angle of 250.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A198CA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 152 | 202 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.21 |
| HSL | 250.8º | 0.32% | 0.69% | - |
| HSV(B) | 250.8º | 0.25% | 0.79% | - |
| XYZ | 36.59 | 34.3 | 60.57 | - |
| YUV | 160.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 202 | 0.20 | 0.25 | 0 | 0.21 | 250.8 | 0.32 | 0.69 |
| Hex | A1 | 98 | CA | 14 | 19 | 0 | 15 | FB | 20 | 45 |
| Octal | 241 | 230 | 312 | 24 | 31 | 0 | 25 | 373 | 40 | 105 |
| Binary | 10100001 | 10011000 | 11001010 | 10100 | 11001 | 0 | 10101 | 11111011 | 100000 | 1000101 |
Color Harmonies of #A198CA
Complementary color
Monochromatic Colors of #A198CA
Black with #A198CA
Text Example
Text Example
White with #A198CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198CA; }
p { color: rgb(161,152,202); }
H1.HeaderClassName
{
color: #A198CA;
}
.AnyTagClassName
{
color: #A198CA;
}
</style>
background-color css
<style>
a { background-color: #A198CA; }
a { background-color: rgb(161,152,202); }
div.DivClassName
{
background-color: #A198CA;
}
.BgClassName
{
background-color: #A198CA;
}
</style>
border-color css
<style>
span { border-color: #A198CA; }
span { border-color: rgb(161,152,202); }
td.TdClassName
{
border-color: #A198CA;
}
.TagClassName
{
border-color: #A198CA;
}
</style>