Shades of Wistful #A098C4
Tints of Wistful #A098C4
RGB
CMYK
RGB Variations
Color information
#A098C4 (or 0xA098C4) is known color: Wistful. HEX triplet: A0, 98 and C4. RGB value is (160,152,196). Sum of RGB (Red+Green+Blue) = 160+152+196=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #A098C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098C4 is #5F673B. Grayscale: #9F9F9F. Windows color (decimal): -6252348 or 12884128. OLE color: 12884128.
HSL color Cylindrical-coordinate representation of color #A098C4: hue angle of 250.91º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A098C4 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 152 | 196 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.23 |
| HSL | 250.91º | 0.27% | 0.68% | - |
| HSV(B) | 250.91º | 0.22% | 0.77% | - |
| XYZ | 35.69 | 33.92 | 56.89 | - |
| YUV | 159.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 196 | 0.18 | 0.22 | 0 | 0.23 | 250.91 | 0.27 | 0.68 |
| Hex | A0 | 98 | C4 | 12 | 16 | 0 | 17 | FB | 1B | 44 |
| Octal | 240 | 230 | 304 | 22 | 26 | 0 | 27 | 373 | 33 | 104 |
| Binary | 10100000 | 10011000 | 11000100 | 10010 | 10110 | 0 | 10111 | 11111011 | 11011 | 1000100 |
Color Harmonies of #A098C4
Complementary color
Monochromatic Colors of #A098C4
Black with #A098C4
Text Example
Text Example
White with #A098C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098C4; }
p { color: rgb(160,152,196); }
H1.HeaderClassName
{
color: #A098C4;
}
.AnyTagClassName
{
color: #A098C4;
}
</style>
background-color css
<style>
a { background-color: #A098C4; }
a { background-color: rgb(160,152,196); }
div.DivClassName
{
background-color: #A098C4;
}
.BgClassName
{
background-color: #A098C4;
}
</style>
border-color css
<style>
span { border-color: #A098C4; }
span { border-color: rgb(160,152,196); }
td.TdClassName
{
border-color: #A098C4;
}
.TagClassName
{
border-color: #A098C4;
}
</style>