Shades of Wistful #ABA0F0
Tints of Wistful #ABA0F0
RGB
CMYK
RGB Variations
Color information
#ABA0F0 (or 0xABA0F0) is known color: Wistful. HEX triplet: AB, A0 and F0. RGB value is (171,160,240). Sum of RGB (Red+Green+Blue) = 171+160+240=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABA0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0F0 is #545F0F. Grayscale: #ACACAC. Windows color (decimal): -5529360 or 15769771. OLE color: 15769771.
HSL color Cylindrical-coordinate representation of color #ABA0F0: hue angle of 248.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA0F0 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 160 | 240 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.06 |
| HSL | 248.25º | 0.73% | 0.78% | - |
| HSV(B) | 248.25º | 0.33% | 0.94% | - |
| XYZ | 45.09 | 40.09 | 87.8 | - |
| YUV | 172.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 240 | 0.29 | 0.33 | 0 | 0.06 | 248.25 | 0.73 | 0.78 |
| Hex | AB | A0 | F0 | 1D | 21 | 0 | 6 | F8 | 49 | 4E |
| Octal | 253 | 240 | 360 | 35 | 41 | 0 | 6 | 370 | 111 | 116 |
| Binary | 10101011 | 10100000 | 11110000 | 11101 | 100001 | 0 | 110 | 11111000 | 1001001 | 1001110 |
Color Harmonies of #ABA0F0
Complementary color
Monochromatic Colors of #ABA0F0
Black with #ABA0F0
Text Example
Text Example
White with #ABA0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0F0; }
p { color: rgb(171,160,240); }
H1.HeaderClassName
{
color: #ABA0F0;
}
.AnyTagClassName
{
color: #ABA0F0;
}
</style>
background-color css
<style>
a { background-color: #ABA0F0; }
a { background-color: rgb(171,160,240); }
div.DivClassName
{
background-color: #ABA0F0;
}
.BgClassName
{
background-color: #ABA0F0;
}
</style>
border-color css
<style>
span { border-color: #ABA0F0; }
span { border-color: rgb(171,160,240); }
td.TdClassName
{
border-color: #ABA0F0;
}
.TagClassName
{
border-color: #ABA0F0;
}
</style>